From 1c83ae11454fcea9140535654fba03f62d0482d3 Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Wed, 24 May 2023 05:49:13 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20add=20build=20command=20for=20fi?= =?UTF-8?q?refox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bc1d323..3130472 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,9 @@ "scripts": { "dev": "plasmo dev", "build": "plasmo build", - "package": "plasmo package" + "build:firefox": "plasmo build --target=firefox-mv3", + "package": "plasmo package", + "package:firefox": "plasmo package --target=firefox-mv3" }, "dependencies": { "@atproto/api": "^0.3.3", @@ -34,7 +36,12 @@ "host_permissions": [ "https://bsky.social/*", "https://twitter.com/*" - ] + ], + "browser_specific_settings": { + "gecko": { + "id": "sky-follower-bridge@ryo.kawamata" + } + } }, "volta": { "node": "16.20.0"