pianello-web-app/manifest.json
Federico Bologni 909d978f4f
Some checks failed
ci/woodpecker/pr/build Pipeline failed
Add PWA support
2023-05-31 16:01:47 +02:00

21 lines
No EOL
433 B
JSON

{
"id": "pianello-web-app",
"short_name": "Pianello",
"icons": [
{
"src": "/static/images/app-icon-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/static/images/app-icon-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#de0e1b",
"display": "standalone",
"scope": "/",
"theme_color": "#de0e1b"
}