Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit fffdb9e

Browse files
committed
Updated manifest shortname
1 parent a403c86 commit fffdb9e

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

app/manifest.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"short_name": "QR Scanner",
33
"name": "QR Code Scanner",
4-
"description": "A progressive web app for QR code scanner",
4+
"description": "QR code scanner progressive web application",
55
"display": "standalone",
66
"orientation": "portrait",
77
"icons": [
@@ -10,19 +10,14 @@
1010
"sizes": "144x144",
1111
"type": "image/png"
1212
},
13-
{
14-
"src": "/images/touch/android-chrome-192x192.png",
15-
"sizes": "192x192",
16-
"type": "image/png"
17-
},
1813
{
19-
"src": "/images/touch/apple-touch-icon-152x152.png",
20-
"sizes": "152x152",
14+
"src": "/images/touch/apple-touch-icon-180x180.png",
15+
"sizes": "180x180",
2116
"type": "image/png"
2217
},
2318
{
24-
"src": "/images/touch/apple-touch-icon-180x180.png",
25-
"sizes": "180x180",
19+
"src": "/images/touch/android-chrome-192x192.png",
20+
"sizes": "192x192",
2621
"type": "image/png"
2722
}],
2823
"start_url": "/",

0 commit comments

Comments
 (0)