summaryrefslogtreecommitdiffstats
path: root/webbrowser/locales/en-US/searchplugins/internet-archive.xml
diff options
context:
space:
mode:
Diffstat (limited to 'webbrowser/locales/en-US/searchplugins/internet-archive.xml')
-rw-r--r--webbrowser/locales/en-US/searchplugins/internet-archive.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/webbrowser/locales/en-US/searchplugins/internet-archive.xml b/webbrowser/locales/en-US/searchplugins/internet-archive.xml
new file mode 100644
index 0000000..9f585f8
--- /dev/null
+++ b/webbrowser/locales/en-US/searchplugins/internet-archive.xml
@@ -0,0 +1,14 @@
+<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:ms="http://www.mozilla.org/2006/browser/search/">
+<ShortName>Internet Archive</ShortName>
+<Description>Archive.org Internet Archive</Description>
+<InputEncoding>UTF-8</InputEncoding>
+<Image width="16" height="16" type="image/x-icon">https://archive.org/favicon.ico</Image>
+<SearchForm>https://archive.org/</SearchForm>
+<Url type="application/x-suggestions+json" method="GET" template="https://archive.org/complete">
+ <Param name="q" value="{searchTerms}"/>
+ <Param name="limit" value="15"/>
+</Url>
+<Url type="text/html" method="GET" template="https://archive.org/search.php" resultDomain="https://archive.org/search.php">
+ <Param name="query" value="{searchTerms}"/>
+</Url>
+</OpenSearchDescription>