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

Unified Diff: trunk/src/chrome/test/data/extensions/api_test/keybinding/dont_overwrite_system/manifest.json

Issue 14096026: Revert 194594 "Make sure manifest specified shortcut for Extensi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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
« no previous file with comments | « trunk/src/chrome/test/data/extensions/api_test/keybinding/dont_overwrite_system/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
- }
- }
-}
« no previous file with comments | « trunk/src/chrome/test/data/extensions/api_test/keybinding/dont_overwrite_system/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698