forked from mattlogic6/mallen5e.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webmanifest
68 lines (68 loc) · 1.2 KB
/
manifest.webmanifest
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
61
62
63
64
65
66
67
68
{
"manifest_version": 2,
"default_locale": "en",
"name": "5etools",
"short_name": "5etools",
"description": "A suite of browser-based tools for 5th Edition Dungeons & Dragons players and Dungeon Masters.",
"icons": [
{
"src": "android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "android-chrome-256x256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "android-chrome-384x384.png",
"type": "image/png",
"sizes": "384x384"
},
{
"src": "android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "maskable_icon.png",
"type": "image/png",
"sizes": "1024x1024",
"purpose": "any maskable"
}
],
"shortcuts": [
{
"name": "Classes",
"url": "/classes.html"
},
{
"name": "Spells",
"url": "/spells.html"
},
{
"name": "Bestiary",
"url": "/bestiary.html"
},
{
"name": "Items",
"url": "/items.html"
},
{
"name": "Feats",
"url": "/feats.html"
},
{
"name": "Races",
"url": "/races.html"
}
],
"start_url": "index.html",
"background_color": "#006bc4",
"display": "standalone",
"theme_color": "#006bc4",
"permissions": [
"clipboardWrite"
]
}