shlink-web-client/public/manifest.json

46 lines
908 B
JSON
Raw Normal View History

2018-05-13 09:57:47 +03:00
{
2018-07-26 21:47:17 +03:00
"short_name": "Shlink",
2018-08-10 08:32:13 +03:00
"name": "Shlink",
2018-08-09 21:28:31 +03:00
"start_url": "/",
"display": "standalone",
"theme_color": "#4696e5",
"background_color": "#4696e5",
2018-05-13 09:57:47 +03:00
"icons": [
{
2018-08-09 21:28:31 +03:00
"src": "./icons/icon-72x72.png",
"type": "image/png",
"sizes": "72x72"
},
{
"src": "./icons/icon-96x96.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "./icons/icon-128x128.png",
2018-08-05 11:32:10 +03:00
"type": "image/png",
"sizes": "128x128"
},
{
2018-08-09 21:28:31 +03:00
"src": "./icons/icon-144x144.png",
2018-08-05 11:32:10 +03:00
"type": "image/png",
2018-08-09 21:28:31 +03:00
"sizes": "144x144"
2018-08-05 11:32:10 +03:00
},
{
2018-08-09 21:28:31 +03:00
"src": "./icons/icon-152x152.png",
2018-08-05 11:32:10 +03:00
"type": "image/png",
2018-08-09 21:28:31 +03:00
"sizes": "152x152"
2018-08-05 11:32:10 +03:00
},
{
2018-08-09 21:28:31 +03:00
"src": "./icons/icon-192x192.png",
2018-08-05 11:32:10 +03:00
"type": "image/png",
2018-08-09 21:28:31 +03:00
"sizes": "192x192"
2018-08-05 11:32:10 +03:00
},
{
2018-08-09 21:28:31 +03:00
"src": "./icons/icon-384x384.png",
2018-08-05 11:32:10 +03:00
"type": "image/png",
2018-08-09 21:28:31 +03:00
"sizes": "384x384"
2018-05-13 09:57:47 +03:00
}
2018-08-09 21:28:31 +03:00
]
2018-05-13 09:57:47 +03:00
}