Upstream version 8.36.169.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   "origin": "app://app.id",
7   "icons": [],
8   "default_locale": "en",
9   "xwalk_permissions": ["geolocation,"],
10   "required_version": "1.28.1.0",
11   "plugin": [],
12   "fullscreen":"true"
13 }