Upstream version 8.37.180.0
[platform/framework/web/crosswalk.git] / src / xwalk / app / tools / android / test_data / manifest / manifest_permissions_field_error.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   "xwalk_permissions": ["geolocation,"],
8   "fullscreen":"true"
9 }