Files
myprojplanet_vite/src-pwa/manifest.json

29 lines
735 B
JSON
Raw Normal View History

2025-03-01 14:15:40 +01:00
{
2025-03-26 23:23:35 +01:00
"name": "Gruppo Macro",
"short_name": "GruppoMacro",
"description": "",
2025-03-01 14:15:40 +01:00
"display": "standalone",
"orientation": "portrait",
"background_color": "#fff",
"theme_color": "#027be3",
"scope": "/",
"id": "/?homescreen=1",
"start_url": "/?homescreen=1",
"icons": [
{
2025-03-26 23:23:35 +01:00
"src": "/images/gm-android-icon-512x512.png",
2025-03-01 14:15:40 +01:00
"sizes": "512x512",
"type": "image/png"
},
{
2025-03-26 23:23:35 +01:00
"src": "/images/gm-android-icon-192x192.png",
2025-03-01 14:15:40 +01:00
"sizes": "192x192",
"type": "image/png"
},
{
2025-03-26 23:23:35 +01:00
"src": "/images/gm-apple-touch-icon.png",
2025-03-01 14:15:40 +01:00
"sizes": "180x180",
"type": "image/png"
}
]
}