-
-
Notifications
You must be signed in to change notification settings - Fork 664
/
manifest.webmanifest
42 lines (42 loc) · 1.1 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
{
"background_color": "#fff",
"display": "standalone",
"orientation": "any",
"name": "Azgaar's Fantasy Map Generator",
"short_name": "Azgaar's Fantasy Map Generator",
"description": "Web application generating interactive and highly customizable maps",
"scope": "/Fantasy-Map-Generator/",
"start_url": "/Fantasy-Map-Generator/?source=pwa",
"url": "https://azgaar.github.io/Fantasy-Map-Generator",
"icons": [
{
"src": "images/icons/icon_x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "images/icons/maskable_icon_x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "images/icons/maskable_icon_x384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "images/icons/maskable_icon_x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "images/icons/maskable_icon_x128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "maskable"
}
]
}