- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / default_path_for_extent.json
1 {
2   "name": "test",
3   "version": "1",
4   "app": {
5     "urls": [
6       "http://www.google.com"
7     ],
8     "launch": {
9       "web_url": "http://www.google.com/mail/"
10     }
11   }
12 }