-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogle-new-tab.xml
12 lines (12 loc) · 1.16 KB
/
google-new-tab.xml
1
2
3
4
5
6
7
8
9
10
11
12
<?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>Google (new Tab)</ShortName>
<Description>Google search in new tab</Description>
<Url type="text/html" template="javascript:window.open('{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}{google:contextualSearchVersion}ie={inputEncoding}');void(0);"/>
<Url type="application/x-suggestions+json" template="{google:baseURL}complete/search?output=chrome&q={searchTerms}"/>
<Image height="64" width="64" type="image/png">https://upload.wikimedia.org/wikipedia/commons/2/2d/Google-favicon-2015.png</Image>
<Image height="16" width="16" type="image/x-icon">https://www.google.com/favicon.ico</Image>
<Image height="16" width="16" type="image/vnd.microsoft.icon">https://www.google.com/favicon.ico</Image>
<InputEncoding>UTF-8</InputEncoding>
<moz:SearchForm>https://www.google.com</moz:SearchForm>
</OpenSearchDescription>