Files
flux/web/manifest.json

35 lines
920 B
JSON
Raw Permalink Normal View History

2026-04-04 14:43:29 +02:00
{
"name": "flux",
"short_name": "flux",
"start_url": ".",
"display": "standalone",
2026-05-13 16:35:34 +02:00
"background_color": "#FFFFFF",
"theme_color": "#000000",
2026-04-04 14:43:29 +02:00
"description": "Gestione attività negozio di telefonia",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/Icon-maskable-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
2026-05-13 16:35:34 +02:00
}