2017-03-27 05:41:19 +13:00
|
|
|
{
|
2018-10-22 21:27:48 +13:00
|
|
|
"manifest_version": 2.7,
|
2017-03-27 05:41:19 +13:00
|
|
|
"short_name": "Iris",
|
2018-07-23 21:05:29 +12:00
|
|
|
"name": "Iris",
|
2017-03-27 05:41:19 +13:00
|
|
|
"icons": [
|
|
|
|
|
{
|
2018-07-27 15:23:06 +12:00
|
|
|
"src": "/iris/assets/app-icon_64.png",
|
|
|
|
|
"type": "image/png",
|
|
|
|
|
"sizes": "64x64"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"src": "/iris/assets/app-icon_192.png",
|
2017-08-28 08:33:38 +12:00
|
|
|
"type": "image/png",
|
|
|
|
|
"sizes": "192x192"
|
|
|
|
|
},
|
|
|
|
|
{
|
2018-07-27 15:23:06 +12:00
|
|
|
"src": "/iris/assets/app-icon_256.png",
|
2017-08-28 08:33:38 +12:00
|
|
|
"type": "image/png",
|
|
|
|
|
"sizes": "256x256"
|
|
|
|
|
},
|
|
|
|
|
{
|
2018-07-27 15:23:06 +12:00
|
|
|
"src": "/iris/assets/app-icon_512.png",
|
2017-08-28 08:33:38 +12:00
|
|
|
"type": "image/png",
|
|
|
|
|
"sizes": "512x512"
|
2017-03-27 05:41:19 +13:00
|
|
|
}
|
|
|
|
|
],
|
2018-07-23 21:05:29 +12:00
|
|
|
"start_url": "/iris/#/",
|
2017-03-27 05:41:19 +13:00
|
|
|
"background_color": "#08d58f",
|
2017-08-27 21:08:59 +12:00
|
|
|
"theme_color": "#181818",
|
2018-10-22 21:27:48 +13:00
|
|
|
"display": "standalone",
|
2017-08-28 08:33:38 +12:00
|
|
|
"app": {
|
|
|
|
|
"background": {}
|
|
|
|
|
}
|
2017-03-27 05:41:19 +13:00
|
|
|
}
|