mirror of https://github.com/axmolengine/axmol.git
20 lines
380 B
Plaintext
20 lines
380 B
Plaintext
|
{
|
||
|
"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"
|
||
|
}
|