about summary refs log tree commit diff stats
path: root/src/manifest.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-03-19 01:19:46 +0300
committerManeraKai <manerakai@protonmail.com>2022-03-19 01:19:46 +0300
commitd333b966021ec5b8c201884c78d1588fc0ebeec7 (patch)
tree7de85ab9d2ba1a7bb92e71ee9b34918e69e63040 /src/manifest.json
parentRestricted auto redirection to only 503, 504. Added a 'Cancel Redirection' btn (diff)
downloadlibredirect-d333b966021ec5b8c201884c78d1588fc0ebeec7.zip
Added buttons to the browser_action menu
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/manifest.json b/src/manifest.json
index 54068ee5..e2d05518 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -18,6 +18,7 @@
     "webRequestBlocking",
     "storage",
     "cookies",
+    "menus",
     "<all_urls>"
   ],
   "browser_action": {
@@ -47,11 +48,11 @@
     }
   },
   "commands": {
-    "changeInstance": {
+    "switchInstance": {
       "suggested_key": {
         "default": "Alt+Shift+L"
       },
-      "description": "Change Instance"
+      "description": "Switch Instance"
     }
   }
 }
\ No newline at end of file