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 |
+} |