Can I configure the extension for safari, which will be installed when clicked, and not on boot?

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?

+5
source share
1 answer

. , Apple Extension Site. , , , : Safari

+1

All Articles