-
-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.4.24 update problem for Waterfox #1891
Comments
Nothing was changed that could be related to that. The minimum Firefox version is still the same on AMO. Maybe they changed something on their end when they added support for specifying a minimum version of Firefox for Android supported. |
I'll specify a minimum version of Firefox in the manifest, maybe that will help 0bb3528 |
That version was published in August. Try to find an an extension that has an update published recently that works to see if it is a change on amo side |
uaswitcher. no problems with any versions and updates. last 20.10.23 |
Same problem for me with Waterfox (based on firefox 57). I see it when in my addon page i ask which addon have an update:
But if i reopen the addon page and do the same thing, I had a simillar problem with User-Agent Switcher by Erin Schlarb But if i do the same thing with your, i got an error message: Note: |
Adding "gecko_android": {
"strict_min_version": "79.0"
} to the manifest causes it to be labeled as corrupt. This is needed to function on Firefox for Android. Removing it does fix it. This seems like a bug in their web extensions implementation. |
So you update it ? |
what |
Is any solution possible? |
Not supporting both android and waterfox at the same time |
Haaa... i suspecded something like that :-( |
I disassembled .xpi, deleted the above lines, put it back together, the extension was installed. |
I trying to do the same thing using 7-Zip but fail... |
I did it in winrar, but it's the same as 7-Zip |
I did that and it work! After different bad test,
And it's OK! |
starting from version 5.4.24 it stopped updating for older browsers such as waterfox classic
I didn’t see anywhere that support has been discontinued!
The text was updated successfully, but these errors were encountered: