Files
fbird/manifest.webapp
2020-08-24 23:16:53 +07:00

20 lines
360 B
JSON

{
"version": "1.0",
"name": "Fbird",
"description": "Fbird",
"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"
}