-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
54 lines (54 loc) · 1.58 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
{
"lang": "en",
"dir": "auto",
"name": "Zigana Poker",
"short_name": "Zigana Poker",
"description": "Zigana Poker is a card game that is common in casinos, if you think buying chips to start the game you are wrong! This is a free game made to entertain or fill your free time. The rules are the same as in general poker. Enjoy to playing Zigana Poker!",
"version": "2",
"protocol_handlers": [
{
"protocol": "web+ziganapoker",
"url": "/index.html?type=%s"
}
],
"icons": [
{
"src": "favicon.png",
"type": "image/png",
"sizes": "512x512"
}
],
"scope": "/",
"id": "/main.html",
"start_url": "https://www.cusmedroid.ink/poker",
"display": "fullscreen",
"orientation": "landscape",
"theme_color": "darkred",
"background_color": "darkred",
"shortcuts": [
{
"name": "Zigana Poker",
"short_name": "Zigana Poker",
"description": "Enjoy to playing Zigana Poker!",
"url": "https://www.cusmedroid.ink/poker",
"icons": [{ "src": "favicon.png", "sizes": "512x512" }]
}
],
"screenshots": [
{
"src": "https://raw.githubusercontent.com/CusMeDroid/poker/main/static/images/zp_001_splash.jpg",
"type": "image/jpg",
"sizes": "1280x720"
},
{
"src": "https://raw.githubusercontent.com/CusMeDroid/poker/main/static/images/zp_002_play.jpg",
"type": "image/jpg",
"sizes": "1280x720"
},
{
"src": "https://raw.githubusercontent.com/CusMeDroid/poker/main/static/images/zp_003_settings.jpg",
"type": "image/jpg",
"sizes": "1280x720"
}
]
}