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