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",