Michal Stanke

Results 35 comments of Michal Stanke

How to work with workers in Webpack - https://github.com/webpack/webpack/blob/main/examples/worker/example.js.

- https://extensionworkshop.com/documentation/develop/manifest-v3-migration-guide/ - https://developer.chrome.com/docs/extensions/develop/migrate - https://blog.mozilla.org/addons/2024/03/13/manifest-v3-manifest-v2-march-2024-update/ - https://github.com/GoogleChromeLabs/extension-manifest-converter

https://developer.chrome.com/docs/extensions/develop/migrate/what-is-mv3

This might be actually good to cover together with #121 for all resources, that the API will support to upload automatically.

Also see https://github.com/topmonks/hlidac-shopu/blob/master/package.json for an example where it's done.

This is currently blocked by upstream. None of the tools support uploading of the source code to AMO yet, but there's been some progress recently to add that ability -...

When React is in place, making the extension localizable should be un-blocked. Translate.Next in Pontoon should be localizable soon-ish too.

Hey. Thanks for the suggestions. I have checked how other add-ons behave and it indeed seems I took a different approach here than the majority. To clarify, would you consider...

Hi @bhavuk2002 . The code for the toolbar button and its badge lives in https://github.com/MikkCZ/pontoon-addon/blob/master/src/background/toolbarButton.ts. You can specifically look for `browser.browserAction. ...` calls to see where the current behavior is...

Hi @yarons . Thank you for submitting the feature request. How would you rate the following options in terms how close they are the the best workflow possible: - install...