Skip to content
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

Support for Firefox? #70

Open
dakling opened this issue Oct 28, 2021 · 0 comments
Open

Support for Firefox? #70

dakling opened this issue Oct 28, 2021 · 0 comments

Comments

@dakling
Copy link

dakling commented Oct 28, 2021

Hi,

I noticed that this extension (which I really enjoy using, by the way) also works very well on Firefox, with only minor changes to manifest.json required. Have you considered submitting it to the Firefox addon store?

As a reference, the necessary changes to manifest.json would be

  1. incognito.split is not supported on firefox, so this attribute must be changed to the default spanning or whatever else makes sense, and
  2. add something like
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },

I am not sure what the id should be, but I would speculate that one obtains it during the submission process to the addon store. Without this key, the extension can still be installed as a temporary extension (i.e. for the developer to test before submitting.)

Best,
Dario

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant