mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +03:00
15 lines
310 B
JSON
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"
|
|
}
|