-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
97 lines (97 loc) · 2.54 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "Turkce Wordle",
"short_name": "Turkce Wordle",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2196F3",
"icons": [
{
"src": "./img/TurkceWordle_512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "./img/TurkceWordle_256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "./img/TurkceWordle_128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "./img/TurkceWordle_64.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "./img/TurkceWordle_32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "./img/TurkceWordle_24.png",
"sizes": "24x24",
"type": "image/png"
},
{
"src": "./img/TurkceWordle_16.png",
"sizes": "16x16",
"type": "image/png"
}
],
"description": "The Turkish Wordle Game is a fun and educational game inspired by the popular Wordle. This game challenges players to guess a hidden word within a limited number of attempts. It's an engaging way to improve vocabulary and language skills while having fun. Now with multilingual support, players can enjoy the game in various languages, enhancing their learning experience across different languages.",
"dir": "ltr",
"lang": "en",
"orientation": "portrait",
"categories": [
"education",
"entertainment",
"games"
],
"id": "TurkishWordleGame202401",
"display_override": [
"browser",
"fullscreen",
"minimal-ui",
"standalone",
"window-controls-overlay"
],
"launch_handler": {
"client_mode": ["navigate-existing", "auto"]
},
"screenshots" : [
{ "src": "./img/screenshots/emptygameboard.jpg",
"sizes": "785x754",
"type": "image/jpg",
"platform": "wide"
},
{ "src": "./img/screenshots/filledgameboard.jpg",
"sizes": "232x347",
"type": "image/jpg",
"platform": "wide"
},
{ "src": "./img/screenshots/ScoreTable-A.jpg",
"sizes": "196x373",
"type": "image/jpg",
"platform": "wide"
},
{ "src": "./img/screenshots/LanguageSelection-A.jpg",
"sizes": "617x881",
"type": "image/jpg",
"platform": "wide"
},
{ "src": "./img/screenshots/shiftkeypressed.jpg",
"sizes": "785x753",
"type": "image/jpg",
"platform": "wide"
},
{ "src": "./img/screenshots/warningtoastmessage.jpg",
"sizes": "1347x902",
"type": "image/jpg",
"platform": "wide"
}
]
}