Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/webrequest_public_session/manifest.json |
| diff --git a/chrome/test/data/extensions/api_test/webrequest_public_session/manifest.json b/chrome/test/data/extensions/api_test/webrequest_public_session/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b6626a196630b27b56fa71d7752c8a8d86711c2e |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/webrequest_public_session/manifest.json |
| @@ -0,0 +1,8 @@ |
| +{ |
| + "name": "webRequest", |
| + "version": "1.0", |
| + "manifest_version": 2, |
| + "description": "Tests the webRequest API in Public Session.", |
| + "permissions": ["webRequest", "webRequestBlocking", "tabs", |
|
Devlin
2016/11/14 17:44:38
We shouldn't need tabs and declarativeWebRequest,
Ivan Šandrk
2016/11/14 20:16:13
I copied over webrequest/framework.js which uses t
|
| + "declarativeWebRequest"] |
| +} |