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

Unified Diff: chrome/test/data/extensions/api_test/permissions/host_subsets/manifest.json

Issue 12209094: Support requesting subsets of host permissions using the permissions API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 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
Index: chrome/test/data/extensions/api_test/permissions/host_subsets/manifest.json
diff --git a/chrome/test/data/extensions/api_test/permissions/host_subsets/manifest.json b/chrome/test/data/extensions/api_test/permissions/host_subsets/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..25a572c48a2a75eb8004d753c2338cee9775c925
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/permissions/host_subsets/manifest.json
@@ -0,0 +1,10 @@
+{
+ "name": "host_subsets",
+ "description": "Tests requesting, querying, and removing host permissions that are a subset of the optional permissions.",
+ "version": "1",
+ "background": {
+ "scripts": ["background.js"]
+ },
+ "optional_permissions": ["http://*/*", "ftp://ftp.example.com/*"],
+ "manifest_version": 2
+}

Powered by Google App Engine
This is Rietveld 408576698