From 34882509c55e683cd84856ce3c7bb548b945caf6 Mon Sep 17 00:00:00 2001 From: Croydon Date: Fri, 28 Jul 2023 05:52:09 +0200 Subject: [PATCH] Remove `browser_style` for `browser_action` (#272) It has no effect there anyway, since we don't use any popup --- manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0ce78eb..a8b1c0c 100644 --- a/manifest.json +++ b/manifest.json @@ -55,8 +55,7 @@ "dark": "data/icon-32.png", "size": 32 }], - "default_title": "Toggle Tab Sidebar", - "browser_style": true + "default_title": "Toggle Tab Sidebar" }, "commands": {