Index: chrome/test/data/extensions/api_test/keybinding/script_badge/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/keybinding/script_badge/manifest.json b/chrome/test/data/extensions/api_test/keybinding/script_badge/manifest.json |
deleted file mode 100644 |
index e3431b92041fe1db6214b82ff4c493c9eacb53e4..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/api_test/keybinding/script_badge/manifest.json |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-{ |
- "name": "A extension command test for script badges", |
- "version": "1.0", |
- "manifest_version": 2, |
- "background": { |
- "scripts": ["background.js"] |
- }, |
- "commands": { |
- "_execute_script_badge": { |
- "suggested_key": "Ctrl+Shift+F" |
- } |
- }, |
- "permissions": [ |
- "tabs", "http://*/*" |
- ], |
- "script_badge": { |
- "default_popup": "popup.html" |
- } |
-} |