-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.webapp
More file actions
24 lines (24 loc) · 904 Bytes
/
Copy pathmanifest.webapp
File metadata and controls
24 lines (24 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": "1.1.1",
"name": "Falling Numbers",
"description": "A fun and addictive game.",
"type": "web",
"launch_path": "/index.html",
"icons": {
"56": "/img/icons/icon.png",
"112": "/img/icons/icon.png"
},
"developer": {
"name": "W4IT Dev",
"url": "w4it-dev.github.io/website/"
},
"locales": {
"en-US": {
"name": "Falling Numbers",
"subtitle": "A fun and addictive game.",
"description": "Test your reflexes with Falling Numbers, a fast-paced game where you collect falling numbers to increase your score. But be careful! You must match the numbers correctly, or it's game over. With each successful match, the game gets harder, providing an endless challenge for players. Whether you're looking for a quick distraction or a new addiction, Falling Numbers is the perfect choice."
}
},
"default_locale": "en-US",
"fullscreen": true
}