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