-
Notifications
You must be signed in to change notification settings - Fork 0
/
mc_meta.json
25 lines (25 loc) · 1017 Bytes
/
mc_meta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"pwa-demo": {
"name": "PWADemo",
"title": "PWA Demo",
"description": "This application merges PWA technology with MapComponents, aiming to provide reliable, fail-safe access to critical information offline. It uses Service Worker for enhanced performance and data accessibility.",
"i18n": {
"de": {
"title": "PWA Demo",
"description": "Diese Anwendung kombiniert PWA-Technologie mit MapComponents und bietet dadurch zuverlässigen, ausfallsicheren Zugang zu Daten. Genutzt wird ein Service Worker für verbesserte Performance und offline Funktionalität."
}
},
"tags": [],
"category": "",
"type": "application",
"components": ["MlCreatePdfForm", "MlGeoJsonLayer", "MlNavigationTools"],
"thumbnail": "https://raw.githubusercontent.com/mapcomponents/pwa-demo/main/assets/thumbnail.png",
"demos": [
{
"name": "Demo",
"url": "https://pwademo.wheregroup.com/",
"closeButtonPosition": "top_right"
}
]
}
}