- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / tabs / javascript_url_permissions / manifest.json
1 {
2   "name": "javascript url permissions test",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Tests that navigating a tab to a javascript URLs only works if the extension has access to that tabs host.",
6   "background": {
7     "page": "test.html"
8   },
9   "permissions": ["tabs", "http://b.com/"]
10 }