godot/platform/nacl/html/manifest.json
2014-02-09 22:10:30 -03:00

20 lines
318 B
JSON

{
"name": "Capsuleman's Castle Adventure",
"description": "Capsuleman's Castle Adventure",
"version": "1",
"app": {
"launch": {
"local_path": "index.html"
}
},
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
},
"permissions": [
"unlimitedStorage",
"notifications",
"experimental"
]
}