From f80a93637b1a53e82f3c733ccb850355fe58aff8 Mon Sep 17 00:00:00 2001 From: ator-dev Date: Mon, 14 Oct 2024 00:29:45 +0100 Subject: [PATCH] Remove browser_style references from manifest.json - browser_style has been deprecated and is not supported in manifest V3 --- platform/chromium/manifest.json | 3 +-- platform/firefox/manifest.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 87e2fa3..52134af 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -41,8 +41,7 @@ ], "options_ui": { - "page": "/pages/options.html", - "browser_style": true + "page": "/pages/options.html" }, "action": { diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index 7521b6d..13cec3a 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -52,8 +52,7 @@ ], "options_ui": { - "page": "/pages/options.html", - "browser_style": true + "page": "/pages/options.html" }, "action": {