mirror of
https://github.com/pdfme/pdfme.git
synced 2026-04-17 12:38:57 -04:00
11 lines
668 B
XML
11 lines
668 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
|
|
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
|
|
<ShortName>pdfme</ShortName>
|
|
<Description>Search pdfme</Description>
|
|
<InputEncoding>UTF-8</InputEncoding>
|
|
<Image width="16" height="16" type="image/x-icon">https://pdfme.com/favicon.ico</Image>
|
|
<Url type="text/html" method="get" template="https://pdfme.com/search?q={searchTerms}"/>
|
|
<Url type="application/opensearchdescription+xml" rel="self" template="https://pdfme.com/opensearch.xml" />
|
|
<moz:SearchForm>https://pdfme.com/</moz:SearchForm>
|
|
</OpenSearchDescription> |