Thank you. link you provide. it is useful
I try modify manifest.webapp file. I test app on simulator FF OS . But it not run.
//
{
"version": "0.1",
"name": " T-Contact",
"description": "manage contact",
"launch_path": "/index.html",
"appcache_path": "/offline.appcache",
"icons": {
"32": "a32.png"
},
"developer": {
"name": "Tran Tien",
"url": ""
},
"installs_allowed_from": ["*"],
"default_locale": "en",
"permissions": {
"contacts": {
"description": "Required for autocompletion in the share screen",
"access": "readcreate"
}
},
"type": "privileged"
}