uier / hackbar

A browser extension for using command palette (kbar) in HackMD.

Home Page:https://chrome.google.com/webstore/detail/hackbar/algbkiepdpcjnhgagoddfcicdeaiimba

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Firefox add-on

uier opened this issue · comments

Current code is built for chrome extension and only published to chrome web store.

For example, the manifest_version is 3, which is only supported by chrome.

Expected the extension can be used in Firefox.

commented

This might be blocked by #9

Firefox will support manifest v3 at the end of 2022, and Chrome will deprecate v2 in 2024.

So not gonna to downgrade the manifest version, current plan of workaround is to build another package with v2.

reference: https://blog.mozilla.org/addons/2022/05/18/manifest-v3-in-firefox-recap-next-steps/