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