- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / app3 / manifest.json
1 {
2   "name": "Test App 3",
3   "version": "1",
4   "manifest_version": 2,
5   "app": {
6     "urls": [
7       "http://www.example.com/path1/should_overlap",
8       "http://www.example.com/path5"
9     ],
10     "launch": {
11       "web_url": "http://www.example.com/path5/foo.html"
12     }
13   }
14 }