2019-07-19 16:07:26 +02:00
|
|
|
{
|
2019-09-29 23:04:43 +02:00
|
|
|
"name": "Alicia App",
|
2019-07-19 16:07:26 +02:00
|
|
|
"short_name": "panel",
|
|
|
|
"icons": [
|
|
|
|
{
|
2019-07-21 16:55:45 +02:00
|
|
|
"src": "./img/app-icons/android-chrome-192x192.png",
|
2019-07-19 16:07:26 +02:00
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2019-07-21 16:55:45 +02:00
|
|
|
"src": "./img/app-icons/android-chrome-512x512.png",
|
2019-07-19 16:07:26 +02:00
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"start_url": "./index.html",
|
|
|
|
"display": "standalone",
|
|
|
|
"background_color": "#000000",
|
|
|
|
"theme_color": "#4DBA87"
|
|
|
|
}
|