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
Basically the title, Krabby and the related extensions no longer install by default in Firefox (at least version 89.0.2).
I hacked around this by changing manifest_version to 2 and changing service_worker: "background.js" to scripts: ["background.js"], but some keybindings seem subtly broken for e.g. editor (Ctrl-i does nothing) EDIT: I'm not sure if this is directly related to the manifest changes
Happy to provide any more information you need! Apologies in advance if I've missed something obvious
The text was updated successfully, but these errors were encountered:
Had this same problem so I forked and reverted/changed it to work. Now all the extensions should install on FF. Not sure if it's working as its supposed to since I am new to this software.
Basically the title, Krabby and the related extensions no longer install by default in Firefox (at least version 89.0.2).
I hacked around this by changing
manifest_version
to2
and changingservice_worker: "background.js"
toscripts: ["background.js"]
, but some keybindings seem subtly broken for e.g.editor
(Ctrl-i
does nothing) EDIT: I'm not sure if this is directly related to the manifest changesHappy to provide any more information you need! Apologies in advance if I've missed something obvious
The text was updated successfully, but these errors were encountered: