-
Notifications
You must be signed in to change notification settings - Fork 4
/
manifest.json
56 lines (56 loc) · 1.16 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"background_color": "transparent",
"description": "KJS Bible Search",
"dir": "ltr",
"display": "standalone",
"icons": [
{
"src": "/png/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/png/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/png/maskable-icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/png/maskable-icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"id": "/",
"lang": "en",
"name": "KJS Bible Search",
"orientation": "any",
"scope": "/",
"screenshots": [
{
"form_factor": "narrow",
"label": "Android Screenshot",
"sizes": "1080x2220",
"src": "/webp/android.webp",
"type": "image/webp"
},
{
"form_factor": "wide",
"label": "Desktop Screenshot",
"sizes": "816x960",
"src": "/webp/desktop.webp",
"type": "image/webp"
}
],
"short_name": "KJS",
"start_url": "/",
"theme_color": "transparent"
}