From db5ebace63ace61bce4af4b1105efd210899b643 Mon Sep 17 00:00:00 2001 From: wtetsu Date: Sat, 9 Apr 2022 12:39:19 +0900 Subject: [PATCH] Add scroll keyboard shortcuts to Firefox --- platform/manifest-firefox.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/platform/manifest-firefox.json b/platform/manifest-firefox.json index 6a9f9286..e7f2d4e0 100644 --- a/platform/manifest-firefox.json +++ b/platform/manifest-firefox.json @@ -20,6 +20,12 @@ "commands": { "_execute_browser_action": { "description": "Activate the extension" + }, + "scroll_down": { + "description": "Scroll down" + }, + "scroll_up": { + "description": "Scroll up" } }, "icons": {