mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +03:00
35 lines
693 B
JSON
35 lines
693 B
JSON
{
|
|
"short_name": "Shlink",
|
|
"name": "Shlink web client",
|
|
"icons": [
|
|
{
|
|
"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"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"theme_color": "#4696e5",
|
|
"background_color": "#4696e5"
|
|
}
|