summaryrefslogtreecommitdiff
path: root/web-ext-config.mjs
diff options
context:
space:
mode:
authorFrostyBiscuit <[email protected]>2025-02-16 16:26:19 +0100
committerFrostyBiscuit <[email protected]>2025-02-16 16:26:19 +0100
commitbca99d9229107f2cbd95ac96928d76474de146e9 (patch)
tree3a13dd515f67a440b02d672c10fcb201709a7822 /web-ext-config.mjs
parent321a29e1d9b01370f8efe8553f9adbcf6ee82292 (diff)
Added extension to the firefox add-on store
Diffstat (limited to 'web-ext-config.mjs')
-rw-r--r--web-ext-config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ext-config.mjs b/web-ext-config.mjs
index c2d7dd5..a1d7916 100644
--- a/web-ext-config.mjs
+++ b/web-ext-config.mjs
@@ -14,6 +14,6 @@ export default {
sign: {
apiKey: process.env.FIREFOX_API_KEY,
apiSecret: process.env.FIREFOX_API_SECRET,
- channel: "unlisted"
+ channel: "listed"
}
}; \ No newline at end of file