Open danielrozenberg opened 4 years ago
Update: it worked when I cloned your repo and did the same change. It just didn't work when I changed it in the already-compiled extension 🙃
@danielrozenberg does both chrome & firefox extensions supports browser
?
I haven't looked at the project for a while, I will take a look on weekend
Chrome only supports chrome
, Firefox supports browser
and chrome
(the latter is an alias to the former), other browsers (Edge, Safari) support browser
, I don't know if they support chrome
too...
hmm, in that case I will try to add autocomplete for both chrome
& browser
Firefox extensions use
browser
, notchrome
(though it supports both, MDN encourages usingbrowser
) I tried just renaming all instances ofchrome
in the the files tobrowser
but that didn't work - which is too bad because I wanted to send you a PR instead of filing an issue :)(yes I also renamed every file containing the name
chrome
tobrowser
)