keithjgrant / omnibear

A Micropub browser extension
MIT License
36 stars 8 forks source link

Edge Support #69

Closed grantcodes closed 5 years ago

grantcodes commented 6 years ago

Got a new PC so been trying out Edge.

It's really easy to get Omnibear working, just a case of adding a few more values to the manifest and changing all chrome. to browser.

I need to make sure that is safe to do for all browsers though, but I think they all support that.

grantcodes commented 6 years ago

Ok so looks like chrome still uses the chrome variable but you can easily reassign that to window.browser and it should all just work.

keithjgrant commented 5 years ago

This should work on the master branch now