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

feat: FireFox Port & Release Artifacts #94

Merged
merged 15 commits into from
Sep 1, 2023
Merged

feat: FireFox Port & Release Artifacts #94

merged 15 commits into from
Sep 1, 2023

Conversation

cdrani
Copy link
Owner

@cdrani cdrani commented Sep 1, 2023

Update to allow for FireFox Extension

  • Update manifest.json with required FireFox specific keys. Ended up just having separate manifest for chrome and FireFox
  • Update release.yml to create FireFox zipped archive for release section
  • Refactor messaging service between page, content, and background to address FireFox security issues
  • Replace usage of insertAdjacentHTML (FireFox complains about security issue)
  • Use getAttribute to get custom attributes like 'aria-label', 'role', etc. element.ariaLabel does not work in FireFox

closes #95

@cdrani cdrani self-assigned this Sep 1, 2023
@cdrani cdrani merged commit 652ffb4 into develop Sep 1, 2023
@cdrani cdrani deleted the feat/firefox-port branch September 1, 2023 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

[FEAT]: FireFox Extension Port
1 participant