Hi all,
I was wondering why there is no Firefox search engine for the Android Market so I wrote one myself. After trying to publish it, I might have found out why I couldn’t find one since ‘Plugin Validation’ resulted in the error message
“OpenSearch: Provider is not a valid OpenSearch provider”
Being to tired to figure out the reason, I decided to publish it here, since for me it works perfectly. Just save the xml-file in the according path (as in my case it is ~/.mozilla/firefox/w0k2yqfw.default/searchplugins/).
If you know the solution to the mentioned error, please let me know.
(Download here)
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
<os:ShortName>androidMarket</os:ShortName>
<os:Description>Search the Android Market</os:Description>
<os:InputEncoding>UTF-8</os:InputEncoding>
<os:Image width="16" height="16">data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAwAAAABMLAAATCwAAEAAAAAAAAADz+/kARcqqADnGpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMzMyIzIjMzMzMzIjMiMzMzMzMiMyIzMzMzIiIiIiIzMzMiIiIiIjMyIyIiIiIiMiIjIiIiIiIyIiMiIiIiIjIiIyIiIiIiMiIjIiIiIiIyIzMzMzMzMzMzMyIiIiIiMzMzIiIiIiIzMzMyMiIjIzMzMzMhIiIDMzMzMjMzMyMzP5n+Ai+Z8AAPmfAADgBwAA4AfkIiAEAAAgBAAAIAQAACAEAMAgBLnI//8AAOAHAADgB+Qi9C8AAPgPAAD37wwA</os:Image>
<SearchForm>https://market.android.com</SearchForm>
<os:Url type="text/html" method="GET" template="https://market.android.com/search?q={searchTerms}&c=apps">
</os:Url>
</SearchPlugin>
Advertisement
29. January 2012 at 11:41 |
Works perfect on FF 9.0.1 on Oneiric Ocelot.
Thanks!