I wrote, signed and built a safari extension (.safariextz file). I tried to add two mime handlers to apache:
AddType application/x-safari-extension .safariextz
as well as i tried
AddType application/octet-stream .safariextz
When I click on the extension link that it downloads, but it doesnβt βinstallβ
Is it possible for me to place the extension on my web server and offer to install the extension when clicked in the same way as Chrome or Firefox extensions invite you to install them - or is this only possible from the apple extension site?
source
share