android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git] / chrome / test / data / extensions / allow_silent_upgrade / hosts6_old.json
blob4ee00d5d1e61ba700bbd1ff5e6dac2d656b66bb7
2   "name": "allow silent update",
3   "version": "1.0",
4   "manifest_version": 2,
5   "permissions": [
6     "tabs",
7     "notifications",
8     "http://*.example.com/"
9   ],
10   "content_scripts": [
11     {
12       "matches": [
13         "http://*.example.com/*"
14       ],
15       "js": ["404.js"]
16     }
17   ]