Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4804)

Unified Diff: chrome/test/data/extensions/api_test/webrequest_permissions/split/manifest.json

Issue 10831008: Refactor and fix declarative webRequest API permissions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed license headers Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/extensions/api_test/webrequest_permissions/split/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/webrequest_permissions/split/manifest.json
diff --git a/chrome/test/data/extensions/api_test/webrequest_permissions/split/manifest.json b/chrome/test/data/extensions/api_test/webrequest_permissions/split/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..f1d3f9ecac252542ddfedacbcd7dd64706884cd1
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/webrequest_permissions/split/manifest.json
@@ -0,0 +1,11 @@
+{
+ "name": "webRequest",
+ "version": "1.0",
+ "manifest_version": 2,
+ "description": "Tests the permissions of declarative webRequest API.",
+ "permissions": ["declarativeWebRequest", "<all_urls>"],
+ "incognito": "split",
+ "background": {
+ "scripts": ["background.js"]
+ }
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/webrequest_permissions/split/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698