From 0755b886eede3dc1002c537c683252832edb0816 Mon Sep 17 00:00:00 2001 From: PressJump <40802367+PressJump@users.noreply.github.com> Date: Wed, 28 Sep 2022 13:12:25 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Update=20Title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/background.js b/js/background.js index c1c3a52..2144bc3 100644 --- a/js/background.js +++ b/js/background.js @@ -1,5 +1,5 @@ browser.sidebars.add({ - title: "Add Button", + title: "Add Shortcut to Sidebar", iconUrl: "plus.svg", webviewUrl: "index.html", isBottom: true,