Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Prepare for usage in FireFox #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Tuurlijk
Copy link

@Tuurlijk Tuurlijk commented Nov 4, 2021

The extension works fine in FireFox. The options page does not show and there are some warnings about the tts permission (Text To Speech) which is not available in FireFox.

Otherwise it works fine. The notation for the options page works on both Chrome and FireFox.

You should be able to publish this extension for FireFox now.

If you want to test this locally you will need to set a temporary addon ID because the storage api will fail otherwise and styles will be unavailable.

Add something like this to the manifest for testing, but don't commit ( what you put in the id field does not matter )

  "browser_specific_settings": {
    "gecko": {
      "id": "a86c1dbc39364b83892c6eb4fe50bff9aacad4c6@temp",
      "strict_min_version": "42.0"
    }
  },

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

Successfully merging this pull request may close these issues.

1 participant