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

Unified Diff: chrome/test/data/extensions/permissions/Extensions/bcflfiohkjolmhmjjocpfbloomonhpkc/1_0/manifest.json

Issue 4687005: Track permissions granted to extensions in prefs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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/permissions/Extensions/bcflfiohkjolmhmjjocpfbloomonhpkc/1_0/manifest.json
diff --git a/chrome/test/data/extensions/permissions/Extensions/bcflfiohkjolmhmjjocpfbloomonhpkc/1_0/manifest.json b/chrome/test/data/extensions/permissions/Extensions/bcflfiohkjolmhmjjocpfbloomonhpkc/1_0/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..7198b39e2f75dd67b946d593fa73608ee2c8d5df
--- /dev/null
+++ b/chrome/test/data/extensions/permissions/Extensions/bcflfiohkjolmhmjjocpfbloomonhpkc/1_0/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "Unknown Permissions Test",
+ "version": "1",
+ "permissions": [ "tabs", "http://*/*" ],
+ "background_page": "background.html",
+ "content_scripts": [
+ {
+ "js": [ "test.js" ],
+ "matches": [ "http://*/*" ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698