From 8ee3957ca04f37f870b051758a402100a1f2528f Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 15 Aug 2021 18:19:58 +0200 Subject: [PATCH] Shortcut to open popup (#626) --- manifest.json | 10 +++++++++- pages/updates/updates.html | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e717993f..e4f2ec9f 100644 --- a/manifest.json +++ b/manifest.json @@ -57,6 +57,14 @@ "resources/*" ], - "content_security_policy": "default-src 'self'; img-src 'self' data:" + "content_security_policy": "default-src 'self'; img-src 'self' data:", + + "commands": { + "_execute_browser_action": { + "suggested_key": { + "default": "Ctrl+Shift+L" + } + } + } } diff --git a/pages/updates/updates.html b/pages/updates/updates.html index d913934b..47c2a089 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -32,6 +32,7 @@

Improved

Fixed