44a8274e22339076f664bd5d7f81b9064edd4ccb
[platform/framework/web/crosswalk.git] / src / xwalk / app / tools / android / test_data / manifest / manifest_icon.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     "144": "icons/icon_144.png",
14     "96": "icons/icon_96.png",
15     "72": "icons/icon_72.png",
16     "48": "icons/icon_48.png"
17   },
18   "default_locale": "en",
19   "fullscreen":"true"
20 }