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-08-05 11:32:10 +03:00
|
|
|
"src": "./icons/shlink-128.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "128x128"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "./icons/shlink-64.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "64x64"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "./icons/shlink-32.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "32x32"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "./icons/shlink-24.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "24x24"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "./icons/shlink-16.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "16x16"
|
2018-05-13 09:57:47 +03:00
|
|
|
}
|
|
|
|
],
|
2018-08-05 11:32:10 +03:00
|
|
|
"start_url": "/",
|
2018-05-13 09:57:47 +03:00
|
|
|
"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
|
|
|
}
|