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", "<all_urls>"], | |
7 "web_accessible_resources": [ "blocked.html" ] | |
8 } | |
OLD | NEW |