facilmap/frontend/static/manifest.json

13 wiersze
285 B
JSON

{
"name": "FacilMap",
"short_name": "FacilMap",
"icons": [{
"src": "./app-512.png",
"sizes": "512x512",
"type": "image/png"
}],
"background_color": "#ffffff",
"theme_color": "#ffffff",
"display": "fullscreen",
"start_url": "./"
}