facilmap/frontend/src/manifest.json

13 wiersze
297 B
JSON
Czysty Zwykły widok Historia

2021-04-10 14:05:24 +00:00
{
"name": "%APP_NAME%",
"short_name": "%APP_NAME%",
2021-04-10 14:05:24 +00:00
"icons": [{
"src": "./static/app-512.png",
"sizes": "512x512",
"type": "image/png"
2021-04-10 14:05:24 +00:00
}],
"background_color": "#ffffff",
"theme_color": "#ffffff",
2021-05-06 00:59:50 +00:00
"display": "standalone",
"start_url": "../"
2021-04-10 14:05:24 +00:00
}