Is there anyway to update or remove custom search providers in Firefox? I can add my custom provider dymanically by
window.external.AddSearchProvider(sUrl)
But I don't find anyway to update it if I need to change things in the future. Asking each user to browse to a folder, delete an xml, restart Firefox and re-add my search provider is a pretty big request! If I could create a button on a website to click it would be great. Even building a full Firefox Addon to live in the background and update the search addon from time to time would be fine, if it's possible.