Skip to content

Instantly share code, notes, and snippets.

@up1
Created October 1, 2008 12:26
Show Gist options
  • Save up1/14072 to your computer and use it in GitHub Desktop.
Save up1/14072 to your computer and use it in GitHub Desktop.
<Searchplugin xmlns="http://www.mozilla.org/2006/browser/search/">
<shortname>Custom Search</shortname>
<description>Custom Search Description</description>
<inputencoding>UTF-8</inputencoding>
<Image width="16" height="16">data:image/gif;base64</Image>
<Url type="text/html" method="GET" template="my url">
<Param name="my parameter" value="{searchTerms}"/>
</Url>
<SearchForm>my url</SearchForm>
</SearchPlugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment