- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / allow_silent_upgrade / hosts5_new.json
1 {
2   "name": "allow silent update",
3   "version": "1.0",
4   "manifest_version": 2,
5   "permissions": [
6     "tabs",
7     "notifications",
8     "https://*.example.com/",
9     "http://*.example.com/"    
10   ],
11   "content_scripts": [
12     {
13       "matches": [
14         "http://*.example.com/*",
15         "https://*.example.com/*",
16         "http://*.example.co.uk/*",
17         "https://*.example.co.uk/*",
18         "http://*.example.com.au/*",
19         "https://*.example.com.au/*"
20       ],
21       "js": ["404.js"]
22     }
23   ]
24 }