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