diff options
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 |