From 329bd6e8cc811fabc94265d1083647aef413c03f Mon Sep 17 00:00:00 2001 From: Corbin Davenport Date: Tue, 20 Dec 2022 14:19:30 -0500 Subject: [PATCH] More fixes for Firefox --- manifest.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index e5b8619..a962407 100644 --- a/manifest.json +++ b/manifest.json @@ -19,10 +19,10 @@ }, "commands": { "_execute_action": { - "suggested_key": { - "default": "Ctrl+Shift+S" - }, - "description": "Share current page on Mastodon" + "suggested_key": { + "default": "Ctrl+Shift+Y" + }, + "description": "Share current page on Mastodon" } }, "permissions": [ @@ -32,7 +32,9 @@ "activeTab" ], "background": { - "scripts": ["js/background.js"] + "scripts": [ + "js/background.js" + ] }, "icons": { "16": "img/icon_x16.png",