diff options
author | FrostyBiscuit <[email protected]> | 2025-02-16 16:26:19 +0100 |
---|---|---|
committer | FrostyBiscuit <[email protected]> | 2025-02-16 16:26:19 +0100 |
commit | bca99d9229107f2cbd95ac96928d76474de146e9 (patch) | |
tree | 3a13dd515f67a440b02d672c10fcb201709a7822 | |
parent | 321a29e1d9b01370f8efe8553f9adbcf6ee82292 (diff) |
Added extension to the firefox add-on store
-rw-r--r-- | web-ext-config.mjs | 2 |
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 |