I have written, signed, and built a safari extension (.safariextz file). I have tried adding two mime type handlers to apache:
AddType application/x-safari-extension .safariextz
and also i have tried
AddType application/octet-stream .safariextz
When I click on the link to the extension it downloads, but it does not "install"
Is it possible for me to host the extension on my web server and have it prompt to install the extension when clicked in a similar fashion to how chrome or firefox extensions prompt you to install them - or is this possibly only from the apple extension site?