Skip to content

Commit

Permalink
Add opensearch
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed Mar 20, 2015
1 parent d2e1e6d commit c5e8e45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -10,6 +10,7 @@
<meta content="Find the emoji that echoes your heart using keywords! No need to remember all the names of emoji." property="description">
<meta content="Find the emoji that echoes your heart using keywords! No need to remember all the names of emoji." property="og:description">
<meta content="http://emoji.muan.co/appicon.png" property="og:image">
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Emoji searcher" />
<title>Emoji searcher</title>
<link rel="apple-touch-icon-precomposed" sizes="64x64" href="/appicon.png">
<link href="stylesheets/emoji.css" rel="stylesheet">
Expand Down
7 changes: 7 additions & 0 deletions opensearch.xml
@@ -0,0 +1,7 @@
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Emoji searcher</ShortName>
<Description>Find the emoji that echoes your mind.</Description>
<Image height="64" width="64" type="image/png">http://emoji.muan.co/fav.png</Image>
<Url type="text/html" method="get" template="http://emoji.muan.co/#{searchTerms}"/>
<Url type="application/opensearchdescription+xml" rel="self" template="http://emoji.muan.co/opensearch.xml"/>
</OpenSearchDescription>

0 comments on commit c5e8e45

Please sign in to comment.