Installation no longer works on newest Safari

Issue #22 new
Max Mathys created an issue

Installation does not work on Safari 13.0.2.

Is an update to a manifest file sufficient?

Comments (1)

  1. glowinthedark

    The latest safari is using a different API — https://developer.apple.com/documentation/safariservices/safari_app_extensions/building_a_safari_app_extension. To get the extension to work it would have to be ported to the new API (part of the html/js code has to be ported to swift or objective-c), and then installed via xcode (with Developer menu in Safari enabled and Allow Unsigned Extensions checked in that menu + extension enabled under Prefs > Extensions). Moreover it looks like xcode is the only way to get the extension installed into safari without an apple developer license.

  2. Log in to comment