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

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

Issue 10815028: Make ActiveTabPermissionManager also grant the tabs permission. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops 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
Index: chrome/test/data/extensions/api_test/active_tab/manifest.json
diff --git a/chrome/test/data/extensions/api_test/active_tab/manifest.json b/chrome/test/data/extensions/api_test/active_tab/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..853be563abf2cade3f1aa36d0e61cc25c6843c93
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/active_tab/manifest.json
@@ -0,0 +1,20 @@
+{
+ "name": "activeTab",
+ "description": "API test for activeTab",
+ "version": "0.1",
+
+ "browser_action": {
+ "default_title": "activeTab"
+ },
+
+ "permissions": [
+ "activeTab",
+ "webNavigation"
+ ],
+
+ "background": {
+ "scripts": ["background.js"]
+ },
+
+ "manifest_version": 2
+}

Powered by Google App Engine
This is Rietveld 408576698