Version 2 requires Safari to be version 13+ in order to function.
Safari 13+ is available on macOS 10.13-current. Because of this, version 2 is available for macOS 10.13 and above. However, some users might not have updated their browsers and actively might not want to update their browsers. This would make the extension incompatible with their Safari version, but compatible with their OS version.
One solution would be to required macOS 10.15 and above for Userscripts Safari Version 2.0.0+, since all users of that macOS version will have Safari 13.
Another solution would be to make a simple error popup when the safari object inaccessible (which indicated a Safari version < 13).
The latter of those two options is preferable.
Reference: #48
Version 2 requires Safari to be version 13+ in order to function.
Safari 13+ is available on macOS 10.13-current. Because of this, version 2 is available for macOS 10.13 and above. However, some users might not have updated their browsers and actively might not want to update their browsers. This would make the extension incompatible with their Safari version, but compatible with their OS version.
One solution would be to required macOS 10.15 and above for Userscripts Safari Version 2.0.0+, since all users of that macOS version will have Safari 13.
Another solution would be to make a simple error popup when the
safariobject inaccessible (which indicated a Safari version < 13).The latter of those two options is preferable.
Reference: #48