Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/webrequest/manifest.json |
| =================================================================== |
| --- chrome/test/data/extensions/api_test/webrequest/manifest.json (revision 114987) |
| +++ chrome/test/data/extensions/api_test/webrequest/manifest.json (working copy) |
| @@ -3,5 +3,11 @@ |
| "version": "1.0", |
| "manifest_version": 2, |
| "description": "Tests the webRequest API.", |
| - "permissions": ["webRequest", "webRequestBlocking", "tabs", "http://*.a.com/*"] |
| + "permissions": ["webRequest", "webRequestBlocking", "tabs", "http://*.a.com/*"], |
| + "web_accessible_resources": [ |
| + "simpleLoad/a.html", |
| + "complexLoad/a.html", |
|
Aaron Boodman
2011/12/20 21:12:58
tab characters here
|
| + "complexLoad/b.html", |
| + "does_not_exist.html" |
| + ] |
| } |