Cross browser extension
I have build the extension using the plasmo and its working on the chrome. I have generated the build for firefox and its not working. is't plasmo supposed to support both chrome and firefox ?
2 Replies
@Adeel Ehsan has reached level 3. GG!
plasmo will cross build your code for the browser(s) , but it's not going to necessarily make all of your code "just work" everywhere .. an example is that chrome api's start with
chrome
, but in firefox you should be using browser
.. you'd have to handle these cases yourself in code using conditional statements .. if you have specific error(s) it's showing , that would help too .. but no, plasmo will not just automagically make everything work cross browser