Stefan Aleksic
Stefan Aleksic
Yeah, we should definitely have one. I'll ask Alex if he can make one for us.
Yeah definitely. Btw, I'm not gonna be able to work on this for the next 2-3 months. Just so you know.
We can possibly find a way to get around that by using a timer or something that tests for the timeout and starts the listener once again.
Also if you'd like me to create a similar PR for your [SingleFileZ](https://github.com/gildas-lormeau/SingleFileZ) repo, or any other browser extension you'd like this on, please LMK!
Sounds great! Is this a key that's necessary for deployment?
Ah got it! Okay, I'll build something that can address both requirements. We're lucky because the new Mozilla Add-On API (v5) allows for uploading the source alongside the minified version....
> It seems that you are using Puppeteer to automate the process for Opera and Edge? No API available? At least for Opera, there is a private API that I'm...
When the decision has been made that it's okay to deploy the extension to the Chrome Web Store, our tool automates the process of building the extension, and uploading the...
@frigus02, it seems that Google has blocked the ability for Chrome Apps to use the `urn:ietf:wg:oauth:2.0:oob` redirect URI. Will look further into this to see if there's another way to...
https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html Looks like Google blocked this flow. I've created an issue on the chrome-webstore-upload package to see if there's a way to mitigate this.