2023-07-19 18:05:54 +02:00
|
|
|
{
|
|
|
|
"name": "PianelloExperience",
|
|
|
|
"short_name": "PianelloExperience",
|
|
|
|
"start_url": "/",
|
|
|
|
"display": "standalone",
|
|
|
|
"background_color": "#fff",
|
|
|
|
"description": "PianelloExperience",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "images/app-icon-48x48.jpeg",
|
|
|
|
"sizes": "48x48",
|
|
|
|
"type": "image/jpeg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "images/app-icon-72x72.jpeg",
|
|
|
|
"sizes": "72x72",
|
|
|
|
"type": "image/jpeg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "images/app-icon-96x96.jpeg",
|
|
|
|
"sizes": "96x96",
|
|
|
|
"type": "image/jpeg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "images/app-icon-144x144.jpeg",
|
|
|
|
"sizes": "144x144",
|
|
|
|
"type": "image/jpeg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "images/app-icon-168x168.jpeg",
|
|
|
|
"sizes": "168x168",
|
|
|
|
"type": "image/jpeg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "images/app-icon-192x192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2023-07-19 18:23:35 +02:00
|
|
|
"src": "images/app-icon-512x512.png",
|
2023-07-19 18:05:54 +02:00
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|