21 lines
433 B
JSON
21 lines
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"
|
||
|
}
|