- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / effective_host_permissions / all_hosts3.json
1 {
2   "name": "effective host permisions test",
3   "version": "1.0",
4   "manifest_version": 2,
5   "permissions": [
6     "http://www.google.com/"
7   ],
8   "content_scripts": [
9     {
10       "matches": ["https://*/"],
11       "js": ["foo.js"]
12     }
13   ]
14 }