-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
34 lines (34 loc) · 794 Bytes
/
manifest.json
File metadata and controls
34 lines (34 loc) · 794 Bytes
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
{
"name": "Provinent Scripture Study",
"short_name": "Provinent",
"description": "Bible study web application for Scripture reading, highlighting, and note-taking",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#1a1a1a",
"theme_color": "#600",
"orientation": "any",
"icons": [
{
"src": "/favicons/favicon.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "/favicons/favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "/favicons/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/favicons/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "any maskable"
}
]
}