firefox/searchplugins/startpage.xml: Search-engine definition for StartPage.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 3 Oct 2021 13:46:15 +0000 (14:46 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 3 Oct 2021 14:18:21 +0000 (15:18 +0100)
firefox/searchplugins/startpage.xml [new file with mode: 0644]

diff --git a/firefox/searchplugins/startpage.xml b/firefox/searchplugins/startpage.xml
new file mode 100644 (file)
index 0000000..c71ea55
--- /dev/null
@@ -0,0 +1,16 @@
+<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
+<os:ShortName>startpage (custom)</os:ShortName>
+<os:Description>Startpage: Search the web in complete privacy</os:Description>
+<os:InputEncoding>UTF-8</os:InputEncoding>
+<!-- fix me!
+<os:Image width="16" height="16">data:image/x-icon;base64,???</os:Image>
+<SearchForm>https://en.wikipedia.org/wiki/Special:Search</SearchForm>
+<os:Url type="application/x-suggestions+json" method="GET" template="https://en.wikipedia.org/w/api.php" resultDomain="en.wikipedia.org">
+  <os:Param name="action" value="opensearch"/>
+  <os:Param name="search" value="{searchTerms}"/>
+</os:Url>
+<os:Url type="text/html" method="GET" template="https://en.wikipedia.org/wiki/Special:Search" resultDomain="wikipedia.org">
+  <os:Param name="search" value="{searchTerms}"/>
+</os:Url>
+-->
+</SearchPlugin>