cdbb6dccc8b27f21c6a31a9a6d2581520fbf3b04
[platform/framework/web/crosswalk.git] / src / xwalk / app / tools / android / test_data / manifest / invalidchars / manifest_with_space_name.json
1 {
2   "name": " ",
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   "default_locale": "en",
13   "fullscreen":"true"
14 }