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