Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "webRequest Blocking", | |
| 3 "version": "1.0", | |
| 4 "manifest_version": 2, | |
| 5 "description": "Tests navigation to a page blocked by webRequest API.", | |
| 6 "permissions": ["webRequest", "webRequestBlocking", "tabs", "<all_urls>"], | |
|
Devlin
2017/03/11 01:52:18
is tabs needed?
nasko
2017/03/13 17:22:03
Yes, it was used by tabs.create API call made in t
Devlin
2017/03/13 19:19:56
Fun fact: tabs.create doesn't require the tabs per
| |
| 7 "web_accessible_resources": [ "blocked.html" ] | |
| 8 } | |
| OLD | NEW |