Open nazmulidris opened 1 year ago
@nazmulidris I've looked into this and found that we can port Edge directly without any changes, except for the chrome.storage API alteration. As for Firefox, it's compatible, but we need to modify the manifest.json https://extensionworkshop.com/documentation/develop/porting-a-google-chrome-extension/
@superbahbi That is great news. The latest changes in the main branch have support for abstracting the storage api implementation away, so we are no longer tied to chrome. It also opens the doors to doing proper testing for all the storage related files.
Try and port this extension to both Edge and Firefox and publish this in their respective app stores.
Related issues: