Files
CRAPP/public/manifest.webmanifest
T

26 lines
602 B
JSON
Raw Normal View History

2026-08-06 08:36:47 +02:00
{
"name": "CrAPP — CRAP Volley",
"short_name": "CrAPP",
"description": "L'app della squadra CRAP Volley: presenze, calendario, statistiche, classifica e scout live.",
"lang": "it",
2026-08-06 08:36:47 +02:00
"start_url": "/",
"display": "standalone",
"background_color": "#e4e8ed",
"theme_color": "#e4e8ed",
2026-08-06 08:36:47 +02:00
"orientation": "portrait",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}