-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
46 lines (46 loc) · 912 Bytes
/
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": "NinahMinos",
"name": "NinahMinos",
"description": "Custom Tetreml client",
"lang": "en-US",
"icons": [
{
"src": "Icons/Main.png",
"type": "image/png",
"sizes": "256x256"
}
],
"start_url": "index.html",
"background_color": "#989800",
"theme_color": "#ECEC00",
"display": "standalone",
"scope": ".",
"shortcuts": [
{
"name": "Singleplayer",
"short_name": "1P",
"description": "Play NinahMinos solo with various modes.",
"url": "Tetreml.html",
"icons": [
{
"src": "Icons/Singleplayer.png",
"type": "image/png",
"sizes": "256x256"
}
]
},
{
"name": "Two-player",
"short_name": "2P",
"description": "Head-to-head battle between two players with garbage mechanics.",
"url": "Tetreml-2P.html",
"icons": [
{
"src": "Icons/Two-player.png",
"type": "image/png",
"sizes": "256x256"
}
]
}
]
}