From 4a08151fd8cf8636554b624ffe4c87f9ee07201a Mon Sep 17 00:00:00 2001 From: mrjvs Date: Wed, 10 Jan 2024 20:42:28 +0100 Subject: [PATCH] manifest v3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 70328e3..783fdfe 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "scripts": { "dev": "plasmo dev", "build": "plasmo build", - "build:firefox": "plasmo build --target=firefox-mv2", + "build:firefox": "plasmo build --target=firefox-mv3", "package": "plasmo package", - "package:firefox": "plasmo package --target=firefox-mv2", + "package:firefox": "plasmo package --target=firefox-mv3", "lint": "eslint --ext .tsx,.ts src", "lint:fix": "eslint --fix --ext .tsx,.ts src", "lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src",