- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / url_handlers / handlers / simple / manifest.json
1 {
2   "name": "Handler: simple",
3   "version": "1",
4   "app": {
5     "background": {
6       "scripts": ["test.js"]
7     }
8   },
9
10   "url_handlers": {
11     "my_doc_url": {
12       "title": "Open my doc",
13       "matches": [
14         "http://localhost:*/extensions/platform_apps/url_handlers/*/target.html",
15         "http://127.0.0.1:*/extensions/platform_apps/url_handlers/*/target.html"
16       ]
17     }
18   }
19 }