From d333b966021ec5b8c201884c78d1588fc0ebeec7 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 19 Mar 2022 01:19:46 +0300 Subject: Added buttons to the browser_action menu --- src/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/manifest.json') 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", "" ], "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 -- cgit 1.4.1