fwenzel / copy-shorturl

A Firefox extension to quickly create a short URL for the current page and copy it to the clipboard.
https://addons.mozilla.org/addon/copy-shorturl
Apache License 2.0
35 stars 15 forks source link

Minimum version of Firefox 51 does not work anymore #111

Closed fwenzel closed 4 years ago

fwenzel commented 4 years ago

The manifest assumes a minimum version of Firefox 51 but I am using APIs that did not exist back then, need to find minimum current version.

cf. https://github.com/fwenzel/copy-shorturl/issues/109#issuecomment-605644406

fwenzel commented 4 years ago

I tested and confirmed that Firefox 63 is the latest version that works, 62 does not.

fwenzel commented 4 years ago

@gsgolfer please upgrade to at least Firefox 63. Thanks for the hint that minimum versions appear to have changed!