You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Currently, the extension is designed and developed for Google Chrome. However, we would like to expand the reach of the extension and make it available to users of the Mozilla Firefox browser.
In order to achieve this, we need to adapt the extension's code to be compatible with Firefox and create a Firefox-specific package.
Tasks:
Review the current extension code to identify any browser-specific APIs or features that may not be supported in Firefox.
Modify the extension code to use cross-browser APIs or find alternatives that work in Firefox.
Test the modified extension in Firefox to ensure all features are functioning as expected.
Create a separate Firefox-specific package of the extension, following Mozilla's guidelines for extension packaging and submission.
Submit the Firefox extension to the Mozilla Add-ons store for review and publishing.
Acceptance Criteria:
The extension should function identically in both Chrome and Firefox.
All features available in the Chrome version should also be available in the Firefox version.
The Firefox extension package should be successfully submitted and published on the Mozilla Add-ons store.
If any browser-specific issues are encountered during the development process, please document them and provide possible solutions in the comments section of this issue.
The text was updated successfully, but these errors were encountered:
Description:
Currently, the extension is designed and developed for Google Chrome. However, we would like to expand the reach of the extension and make it available to users of the Mozilla Firefox browser.
In order to achieve this, we need to adapt the extension's code to be compatible with Firefox and create a Firefox-specific package.
Tasks:
Acceptance Criteria:
Notes:
The text was updated successfully, but these errors were encountered: