diff options
Diffstat (limited to 'web-ext-config.mjs')
-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 |