about summary refs log tree commit diff stats
path: root/src/manifest.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-03-15 21:55:03 +0300
committerManeraKai <manerakai@protonmail.com>2022-03-15 21:55:03 +0300
commit5582bde76b7c31275ae8e833e768ee52f2f11f48 (patch)
tree7670190806d4653d4b7239f5adfc7de0ce34cfb2 /src/manifest.json
parentAdded a shortcut for chaning instance ALT+SHIFT+L #112 (diff)
downloadlibredirect-5582bde76b7c31275ae8e833e768ee52f2f11f48.zip
Implemented changeInstance shortcut in a different way #112
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/manifest.json b/src/manifest.json
index 6d36be6c..c261e221 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -45,5 +45,13 @@
       "encoding": "UTF-8",
       "is_default": false
     }
+  },
+  "commands": {
+    "changeInstance": {
+      "suggested_key": {
+        "default": "Alt+Shift+L"
+      },
+      "description": "Change Instance"
+    }
   }
 }
\ No newline at end of file