a041fbe098e8b2d0a7f4d6ab896e47012c3f899e
[platform/framework/web/crosswalk.git] / src / xwalk / app / tools / android / test_data / manifest / manifest_no_version.json
1 {
2   "name": "Example",
3   "launch_path": "http://www.intel.com",
4   "app": {
5       "launch": {
6           "local_path": "index.html"
7       }
8   },
9   "description": "a sample description",
10   "origin": "app://app.id",
11   "icons": {
12   },
13   "default_locale": "en",
14   "permissions": ["geolocation"],
15   "required_version": "1.28.1.0",
16   "plugin": [],
17   "fullscreen":"true"
18 }