shlink-web-client/public/manifest.json
2018-07-26 21:01:12 +02:00

15 lines
310 B
JSON

{
"short_name": "Shlink",
"name": "Shlink web client",
"icons": [
{
"src": "./favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#4696e5",
"background_color": "#4696e5"
}