Updated PWA manifest for android

This commit is contained in:
Alejandro Celaya 2018-08-05 10:32:10 +02:00
parent 554779a173
commit bf2a8e9a71
6 changed files with 24 additions and 4 deletions

BIN
public/icons/shlink-128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

BIN
public/icons/shlink-16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 B

BIN
public/icons/shlink-24.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

BIN
public/icons/shlink-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
public/icons/shlink-64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -3,12 +3,32 @@
"name": "Shlink web client", "name": "Shlink web client",
"icons": [ "icons": [
{ {
"src": "./favicon.ico", "src": "./icons/shlink-128.png",
"sizes": "64x64 32x32 24x24 16x16", "type": "image/png",
"type": "image/x-icon" "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": "./index.html", "start_url": "/",
"display": "standalone", "display": "standalone",
"theme_color": "#4696e5", "theme_color": "#4696e5",
"background_color": "#4696e5" "background_color": "#4696e5"