shlink-web-client/public/manifest.json

16 lines
310 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",
"name": "Shlink web client",
2018-05-13 09:57:47 +03:00
"icons": [
{
2018-07-26 22:01:12 +03:00
"src": "./favicon.ico",
2018-05-13 09:57:47 +03:00
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"display": "standalone",
2018-07-26 21:47:17 +03:00
"theme_color": "#4696e5",
2018-07-26 22:01:12 +03:00
"background_color": "#4696e5"
2018-05-13 09:57:47 +03:00
}