-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.webapp
31 lines (31 loc) · 903 Bytes
/
manifest.webapp
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
{
"version": "3.141592653589793",
"name": "Tap the Black Tiles",
"description": "A free clone of Don't Tap the White Tiles (aka Piano Tiles)",
"launch_path": "/index.html",
"icons": {
"128": "/icon-128.png"
},
"developer": {
"name": "316k",
"url": "https://github.com/316k/"
},
"locales": {
"en": {
"description": "A free clone of Don't Tap the White Tiles (aka Piano Tiles)",
"developer": {
"name": "316k",
"url": "https://github.com/316k/"
}
},
"fr": {
"description": "Un clone libre du jeu Don't Tap the White Tiles (aka Piano Tiles)",
"developer": {
"name": "316k",
"url": "https://github.com/316k/"
}
}
},
"default_locale": "en",
"orientation": "portrait"
}