forked from TypeScriptToLua/TypeScriptToLua.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopensearch.xml
More file actions
11 lines (11 loc) · 759 Bytes
/
opensearch.xml
File metadata and controls
11 lines (11 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
<?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>TypeScriptToLua</ShortName>
<Description>Search TypeScriptToLua</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">https://typescripttolua.github.io/images/favicon.ico</Image>
<Url type="text/html" method="get" template="https://typescripttolua.github.io/search?q={searchTerms}"/>
<Url type="application/opensearchdescription+xml" rel="self" template="https://typescripttolua.github.io/opensearch.xml" />
<moz:SearchForm>https://typescripttolua.github.io/</moz:SearchForm>
</OpenSearchDescription>