1577d17a5e7e827b429cffcc75e7cee79f23621a
[platform/framework/web/crosswalk.git] / src / xwalk / app / tools / android / test_data / manifest / manifest_deprecated_icon.json
1 {
2   "name": "Example",
3   "version": "1.0.0",
4   "start_url": "http://www.intel.com",
5   "description": "a sample description",
6   "icons": {
7     "144": "icons/icon_144.png",
8     "96": "icons/icon_96.png",
9     "72": "icons/icon_72.png",
10     "48": "icons/icon_48.png"
11   },
12   "fullscreen":"true"
13 }