forked from Marlamin/wow.tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webmanifest
42 lines (42 loc) · 919 Bytes
/
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
{
"short_name": "WoW.tools",
"name": "WoW.tools: WoW Datamining Tools",
"description": "Various tools to interact with/view data from World of Warcraft",
"icons": [
{
"src": "/img/maskable_icon.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any maskable"
},
{
"src": "/img/cogw-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/img/newlogo-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#343a40",
"display": "minimal-ui",
"scope": "/",
"theme_color": "#343a40",
"shortcuts": [
{
"name": "Tables",
"short_name": "Tables",
"description": "View tables",
"url": "/dbc/"
},
{
"name": "Model viewer",
"short_name": "Model viewer",
"description": "View models",
"url": "/mv/"
}
]
}