From b7c248d2c395dc0b54f046ad635b3f69fca22eba Mon Sep 17 00:00:00 2001 From: Hinton Date: Thu, 7 Nov 2024 12:19:39 +0100 Subject: [PATCH] Update manifest v3 to match current output --- apps/browser/src/manifest.v3.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/apps/browser/src/manifest.v3.json b/apps/browser/src/manifest.v3.json index e815c18f048..9aeaf5c21a2 100644 --- a/apps/browser/src/manifest.v3.json +++ b/apps/browser/src/manifest.v3.json @@ -39,11 +39,11 @@ } ], "background": { - "scripts": ["background.js"] - }, - "__chrome__background": { "service_worker": "background.js" }, + "__firefox__background": { + "scripts": ["background.js"] + }, "action": { "default_icon": { "19": "images/icon19.png", @@ -93,7 +93,7 @@ "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self'" }, - "__chrome__sandbox": { + "sandbox": { "pages": [ "overlay/menu-button.html", "overlay/menu-list.html", @@ -101,6 +101,7 @@ "overlay/list.html" ] }, + "__firefox__sandbox": null, "commands": { "_execute_action": { "suggested_key": {