🚜 add build command for firefox

This commit is contained in:
kawamataryo 2023-05-24 05:49:13 +09:00
parent aa5b1d9be3
commit 1c83ae1145

View File

@ -7,7 +7,9 @@
"scripts": { "scripts": {
"dev": "plasmo dev", "dev": "plasmo dev",
"build": "plasmo build", "build": "plasmo build",
"package": "plasmo package" "build:firefox": "plasmo build --target=firefox-mv3",
"package": "plasmo package",
"package:firefox": "plasmo package --target=firefox-mv3"
}, },
"dependencies": { "dependencies": {
"@atproto/api": "^0.3.3", "@atproto/api": "^0.3.3",
@ -34,7 +36,12 @@
"host_permissions": [ "host_permissions": [
"https://bsky.social/*", "https://bsky.social/*",
"https://twitter.com/*" "https://twitter.com/*"
] ],
"browser_specific_settings": {
"gecko": {
"id": "sky-follower-bridge@ryo.kawamata"
}
}
}, },
"volta": { "volta": {
"node": "16.20.0" "node": "16.20.0"