trickypr
trickypr
For some reason, non-persistent background pages will refuse to restart when triggered by an extension api (e.g. page actions).
Looks like this will require implementing `nsIAboutModule`. This influences everything noted inside of this file: https://searchfox.org/mozilla-central/source/browser/components/about/components.conf
Caused #13
Quick mockup for what customization might look like: https://svelte.dev/repl/c34f6d83ee9a413d9d3885a3b021a8a8?version=4.2.3
I am fine with holding this until you think it is good to merge. Note that anyone using the devtools from 108 onwards will need this patch though ([bug 1796582...
With regards to versioning, is it possible that we follow Mozilla. So, we have a main branch that revives new features and is bound to the latest stable and we...
My recommendation would be to let the user chose the version to target. Store the current version in a config file, then a GitHub bot (e.g. [this is my bot...