diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-19 01:19:46 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-19 01:19:46 +0300 |
commit | d333b966021ec5b8c201884c78d1588fc0ebeec7 (patch) | |
tree | 7de85ab9d2ba1a7bb92e71ee9b34918e69e63040 /src/manifest.json | |
parent | Restricted auto redirection to only 503, 504. Added a 'Cancel Redirection' btn (diff) | |
download | libredirect-d333b966021ec5b8c201884c78d1588fc0ebeec7.zip |
Added buttons to the browser_action menu
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 5 |
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 |