forked from gamebytes/Monster-Wants-Candy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webapp
28 lines (28 loc) · 821 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
{
"version": "0.5",
"name": "Monster Wants Candy",
"description": "It's simple, yet very engaging game about Monster who Wants Candy.",
"launch_path": "index.html",
"icons": {
"16": "/icons/icon16.png",
"30": "/icons/icon30.png",
"32": "/icons/icon32.png",
"48": "/icons/icon48.png",
"60": "/icons/icon60.png",
"64": "/icons/icon64.png",
"90": "/icons/icon90.png",
"120": "/icons/icon120.png",
"128": "/icons/icon128.png",
"256": "/icons/icon256.png"
},
"developer": {
"name": "Enclave Games",
"url": "http://enclavegames.com"
},
"installs_allowed_from": ["*"],
"default_locale": "en",
"permissions": {},
"fullscreen": "true",
"type": "web",
"orientation": "portrait"
}