axmol/templates/js-template-runtime/manifest.webapp

20 lines
380 B
Plaintext
Raw Normal View History

{
"version": "1.0",
"name": "HelloJavascript",
"description": "HelloJavascript",
"launch_path": "/index.html",
"icons": {
"128": "/res/icon.png"
},
"developer": {
"name": "Cocos2d-html5",
"url": "http://cocos2d-x.org/"
},
"default_locale": "en",
"installs_allowed_from": [
"*"
],
"orientation": "portrait-primary",
"fullscreen": "true"
}