-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
38 lines (38 loc) · 918 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"short_name": "qrscanner",
"name": "qrscanner",
"description": "Easily scan a QR code. This is a simple, tiny, and super fast web application that works offline.",
"display": "standalone",
"orientation": "portrait",
"icons": [
{
"src": "images/touch/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/touch/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}],
"start_url": "index.html",
"theme_color": "#e4e4e4",
"background_color": "#fff",
"screenshots": [
{
"src": "images/screenshots/screenshot1.png",
"type": "image/png",
"sizes": "586x1041"
},
{
"src": "images/screenshots/screenshot2.png",
"type": "image/png",
"sizes": "586x1041"
},
{
"src": "images/screenshots/screenshot3.png",
"type": "image/png",
"sizes": "586x1041"
}
]
}