-
Notifications
You must be signed in to change notification settings - Fork 8
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
Extensions compatibility #38
Comments
I edit the install.rdf file of extensions to force compatibility.
For firefox:
for Basilisk:
for SeaMonkey:
|
I am aware of that, just having to download the file, extract, modify and re-package without signature is inconvenient |
No way to disable check |
could you enable it in future builds? |
@zakius - - as an aside, I'm personally considering building a tool that'll be able to edit chrome.manifest and install.rdf files and force compatibility for XPI files in bulk, I was just wondering if you have some info: is the GUID specification only in install.rdf and chrome.manifest, or are there any other files that have it? I'll write my tool accordingly |
for WebExtensions there's |
Many newer extensions with min version set pretty high will work just fine but won't install easily. I've tried using
extensions.checkCompatibility.{version.number}
available in Firefox for a long time but it either doesn't work or I can't figure out what number to put there. Is there a way to disable these checks?The text was updated successfully, but these errors were encountered: