-
Notifications
You must be signed in to change notification settings - Fork 65
/
manifest.json
46 lines (46 loc) · 1.09 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
{
"short_name": "New-Star",
"name": "New-Star",
"description": "New-Star",
"author": "Yaro2709",
"categories": ["game"],
"icons": [
{
"src": "/styles/resource/images/icons/192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/styles/resource/images/icons/512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/index.php",
"background_color": "#010e16",
"display": "fullscreen",
"scope": "/",
"theme_color": "#010e16",
"prefer_related_applications": false,
"serviceworker": {
"src": "/manifest.js",
"type": "",
"update_via_cache": "none"
},
"shortcuts": [
{
"name": "New-Star",
"short_name": "New-Star",
"description": "New-Star",
"url": "/index.php",
"icons": [{ "src": "/styles/resource/images/icons/192.png", "sizes": "192x192" }]
},
{
"name": "New-Star",
"short_name": "New-Star",
"description": "New-Star",
"url": "/index.php",
"icons": [{ "src": "/styles/resource/images/icons/512.png", "sizes": "512x512" }]
}
]
}