-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature Request: Firefox Port #105
Comments
@eberhardweber I tried for several months back in 2016 to get Discogs Enhancer into the Firefox Add-on store. The code reviewers were largely unhelpful, refused to answer my questions, and repeatedly sent me deprecated documentation, while simultaneously requesting I update their outdated documents myself. The process was quite frustrating and left me with little interest in developing extensions on the Firefox platform. Even when ignoring the reasons above, there are other issues preventing Discogs Enhancer from being accepted into the Add-On store. Mozilla will not allow extensions to use the Another big factor is time. I've been working on this extension for close to 4 years now and it's grown quite a bit. It takes a large amount of time and energy to put out new versions. Anytime there is a new feature I need to:
Adding Firefox into the mix means even more time doing the aforementioned list of tasks with each new release. Money also plays a role. Discogs Enhancer uses its own currency conversion API that costs me $72/year to host. The extension is free but I ask for donations. Occasionally generous people will donate a few dollars which helps to offset the cost of hosting. Unfortunately, I only receive around $35 dollars a year in donations. Essentially about enough to cover half of the cost of hosting the API. I love Discogs and I enjoy working on this extension but the amount of time it takes to maintain it is substantial and I don't receive enough in donations to make the additional time and energy required to support a Firefox version worth it. |
Appreciate the definitive answer. Good luck with maintaining the add-on! Disheartened to hear you received poor support. Unfortunately, the Firefox add-ons WebExtension conversion seems to have been coupled with a fair bit of unfortunate streamlining. It often feels to me like add-on developers are seen by the corporate as a nuisance, or a pest, instead of a positive, transformative force. |
Just a note that currently porting this is very easy, at least in the latest Firefox versions. In manifest.json just needs to rename "service_worker" to "scripts", and add the following new setting (adding one's own GUID):
Then sign the dist build using Firefox's web-ext tool. |
Hey thanks! I haven't looked into this in a number of years but I'll take another look and see how feasible it is. |
Firefox uses the same WebExtension standard as Google Chrome with minor differences, so porting and publishing - while a considerable task - wouldn't mean rewriting the extension completely in order to support a new platform.
Adding Firefox support would also help with using Discogs on Android phones, as Firefox supports add-ons on the mobile version.
I currently have to use an installation of Vivaldi just for this add-on so Firefox support would be fantastic! :)
The text was updated successfully, but these errors were encountered: