Index: trunk/src/chrome/test/data/extensions/api_test/keybinding/dont_overwrite_system/manifest.json |
=================================================================== |
--- trunk/src/chrome/test/data/extensions/api_test/keybinding/dont_overwrite_system/manifest.json (revision 194596) |
+++ trunk/src/chrome/test/data/extensions/api_test/keybinding/dont_overwrite_system/manifest.json (working copy) |
@@ -1,19 +0,0 @@ |
-{ |
- "name": "An extension that tries to overwrite system keybindings", |
- "version": "1.0", |
- "manifest_version": 2, |
- "background": { |
- "scripts": ["background.js"] |
- }, |
- "permissions": ["activeTab"], |
- "commands": { |
- "red": { |
- "suggested_key": "Ctrl+F", |
- "description": "Make the page red" |
- }, |
- "blue": { |
- "suggested_key": "Alt+Shift+F", |
- "description": "Make the page blue" |
- } |
- } |
-} |