-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
60 lines (60 loc) · 1.3 KB
/
Copy pathmanifest.json
File metadata and controls
60 lines (60 loc) · 1.3 KB
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
57
58
59
60
{
"id": "./",
"name": "Kingdom Bible Study",
"short_name": "Kingdom",
"description": "Personal Bible study — reader, word study, cross-references, and notes.",
"start_url": "./",
"display": "standalone",
"orientation": "any",
"background_color": "#faf8f4",
"theme_color": "#5c3d1e",
"icons": [
{
"src": "./assets/icon-192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any"
},
{
"src": "./assets/icon-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
},
{
"src": "./assets/icon-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
},
{
"src": "./favicon.svg",
"type": "image/svg+xml",
"sizes": "any",
"purpose": "any"
},
{
"src": "./favicon.ico",
"type": "image/x-icon",
"sizes": "48x48"
}
],
"categories": ["education", "books", "reference"],
"shortcuts": [
{
"name": "Read",
"url": "./read/",
"description": "Open the Bible reader"
},
{
"name": "Verse Study",
"url": "./verse-study/",
"description": "Look up a verse"
},
{
"name": "My Notes",
"url": "./notes/",
"description": "View saved highlights and notes"
}
]
}