-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
71 lines (71 loc) · 1.95 KB
/
manifest.json
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
69
70
71
{
"name": "Explorer Federation",
"short_name": "Explorer Federation",
"description": "A space exploration game",
"lang": "en",
"dir": "ltr",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#181b24",
"theme_color": "#181b24",
"icons": [
{
"src": "img/icons/Icon-48x48.png",
"sizes": "48x48",
"type": "image/png",
"purpose": "any"
},
{
"src": "img/icons/Icon-48x48.png",
"sizes": "48x48",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "img/icons/Icon-72x72.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "any"
},
{
"src": "img/icons/Icon-72x72.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "img/icons/Icon-464x464.png",
"sizes": "464x464",
"type": "image/png",
"purpose": "any"
},
{
"src": "img/icons/Icon-464x464.png",
"sizes": "464x464",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "img/icons/Icon-3000x3000.png",
"sizes": "3000x3000",
"type": "image/png",
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "img/screenshots/YOUR-APP-SCREENSHOT.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "Describe what's happening in the screenshot."
},
{
"src": "img/screenshots/YOUR-APP-SCREENSHOT.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "narrow",
"label": "Describe what's happening in the screenshot."
}
]
}