From 647095ad9ec4e5f5b68cb4506d52a8a2baa8f5cb Mon Sep 17 00:00:00 2001 From: Arkadiusz Wieczorek Date: Mon, 11 Apr 2022 13:09:53 +0200 Subject: [PATCH] Move to toolbar --- manifest.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index f83b465..e49e1a4 100644 --- a/manifest.json +++ b/manifest.json @@ -16,16 +16,10 @@ } } }, - "sidebar_action": { + "browser_action": { + "default_icon": "assets/icon-addon.svg", "default_title": "Rentgen", - "default_panel": "sidebar/sidebar.html", - "default_icon": { - "16": "assets/icon-addon.svg", - "32": "assets/icon-addon.svg", - "64": "assets/icon-addon.svg" - }, - "browser_style": true, - "open_at_install": true + "default_popup": "sidebar/sidebar.html" }, "icons": { "16": "assets/icon-addon.svg",