Upstream version 6.34.113.0
[platform/framework/web/crosswalk.git] / src / xwalk / app / tools / android / test_data / manifest / manifest_app_launch_local_path.json
1 {
2   "name": "Example",
3   "version": "1.0.0",
4   "app": {
5       "launch": {
6           "local_path": "http.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   "display": ["fullscreen"]
18 }