gitmoji/public/static/opensearchdescription.xml
Axieum bce3b8567d
Prefill gitmoji search from query (#673)
*  Prefill gitmoji search from query
* ♻️ Refactor search prefill to use next/router
*  Add OpenSearch specification
* 🐛 Fix query param in OpenSearch spec
* 🎨 Formatting
*  Add image to OpenSearch spec
*  Sync the search query parameter with input
*  Add tests

Co-authored-by: Carlos Cuesta <carloscuesta@me.com>
2021-01-07 11:59:08 +01:00

11 lines
654 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Gitmoji</ShortName>
<Description>An emoji guide for your commit messages.</Description>
<Tags>gitmoji emoji git</Tags>
<Image height="16" width="16" type="image/png">https://gitmoji.dev/static/favicon-16x16.png</Image>
<Image height="32" width="32" type="image/png">https://gitmoji.dev/static/favicon-32x32.png</Image>
<Image height="96" width="96" type="image/png">https://gitmoji.dev/static/favicon-96x96.png</Image>
<Url type="text/html" template="https://gitmoji.dev/?search={searchTerms}"/>
</OpenSearchDescription>