Files
CRAPP/public/manifest.webmanifest
T

25 lines
586 B
JSON

{
"name": "CrAPP — CRAP Volley",
"short_name": "CrAPP",
"description": "L'app della squadra CRAP Volley: presenze, calendario, statistiche, classifica e scout live.",
"start_url": "/",
"display": "standalone",
"background_color": "#111111",
"theme_color": "#111111",
"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"
}
]
}