mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
* ✨ 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>
11 lines
654 B
XML
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>
|