diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json
index 2102a9d..3f6750c 100644
--- a/platform/chromium/manifest.json
+++ b/platform/chromium/manifest.json
@@ -19,36 +19,6 @@
"background": {
"page": "background.html"
},
- "commands": {
- "revert-all": {
- "description": "__MSG_commandRevertAll__",
- "suggested_key": {
- "default": "Alt+Q",
- "mac": "Command+Shift+Q"
- }
- },
- "whitelist-all": {
- "description": "__MSG_commandWhitelistAll__",
- "suggested_key": {
- "default": "Alt+A",
- "mac": "Command+Shift+A"
- }
- },
- "whitelist-page-domain": {
- "description": "__MSG_commandWhitelistPageDomain__",
- "suggested_key": {
- "default": "Alt+W",
- "mac": "Command+Shift+W"
- }
- },
- "open-dashboard": {
- "description": "__MSG_commandOpenDashboard__",
- "suggested_key": {
- "default": "Alt+S",
- "mac": "Command+Shift+S"
- }
- }
- },
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*"],
diff --git a/src/background.html b/src/background.html
index 55154e5..9808e31 100644
--- a/src/background.html
+++ b/src/background.html
@@ -31,6 +31,5 @@
-