From edd25555261c17f74580245b8305cf7edefa4267 Mon Sep 17 00:00:00 2001 From: tilpner Date: Thu, 5 Mar 2020 16:45:36 +0100 Subject: Initial commit --- examples/search-with-qj.json | 168 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 examples/search-with-qj.json (limited to 'examples/search-with-qj.json') diff --git a/examples/search-with-qj.json b/examples/search-with-qj.json new file mode 100644 index 0000000..4d7f944 --- /dev/null +++ b/examples/search-with-qj.json @@ -0,0 +1,168 @@ +{ + "version": 1, + "buildID": "20200218152453", + "appVersion": "73.0.1", + "locale": "und", + "visibleDefaultEngines": [ + "{842c8222-5b6d-47bf-b7c8-8a1bc2da3426}", + "ddg", + "wikipedia" + ], + "metaData": { + "current": "Qwant Junior", + "hash": "h6sprAeyxlX/pB7whMweqO2gTV4Yl46SEnp5yf2aDqo=" + }, + "engines": [ + { + "_name": "Qwant Junior", + "_shortName": "{842c8222-5b6d-47bf-b7c8-8a1bc2da3426}", + "_loadPath": "[other]addEngineWithDetails:{842c8222-5b6d-47bf-b7c8-8a1bc2da3426}", + "description": "Qwant Junior Extension define qwantjunior.com as your default homepage and search engine.", + "__searchForm": "https://www.qwantjunior.com", + "_iconURL": "", + "_iconMapObj": { + "{}": "moz-extension://b858e739-dd41-4b57-b053-5062bf8c4527/favicon.ico" + }, + "_metaData": { + "alias": "qj", + "order": 4, + "loadPathHash": "jTHiliDTnSB+DRoU/4LtqdxF3eLwtoHZLl2s6waAkmw=" + }, + "_urls": [ + { + "params": [], + "rels": [], + "resultDomain": "www.qwantjunior.com", + "template": "https://www.qwantjunior.com/?q={searchTerms}&client=ext-firefox-sb" + }, + { + "params": [], + "rels": [], + "resultDomain": "api.qwant.com", + "template": "https://api.qwant.com/egp/suggest/?q={searchTerms}&client=opensearch&lang=en_us", + "type": "application/x-suggestions+json" + } + ], + "_isBuiltin": true, + "queryCharset": "UTF-8", + "extensionID": "{842c8222-5b6d-47bf-b7c8-8a1bc2da3426}", + "extensionLocale": "default" + }, + { + "_name": "DuckDuckGo", + "_shortName": "ddg", + "_loadPath": "[other]addEngineWithDetails:ddg@search.mozilla.org", + "description": "Search DuckDuckGo", + "__searchForm": "https://duckduckgo.com/?q={searchTerms}", + "_iconURL": "moz-extension://b858e739-dd41-4b57-b053-5062bf8c4527/favicon.ico", + "_iconMapObj": { + "{}": "moz-extension://b858e739-dd41-4b57-b053-5062bf8c4527/favicon.ico" + }, + "_metaData": { + "alias": null, + "order": 5 + }, + "_urls": [ + { + "params": [ + { + "name": "t", + "value": "ffcm", + "purpose": "contextmenu" + }, + { + "name": "t", + "value": "ffab", + "purpose": "keyword" + }, + { + "name": "t", + "value": "ffsb", + "purpose": "searchbar" + }, + { + "name": "t", + "value": "ffhp", + "purpose": "homepage" + }, + { + "name": "t", + "value": "ffnt", + "purpose": "newtab" + }, + { + "name": "q", + "value": "{searchTerms}" + } + ], + "rels": [], + "resultDomain": "duckduckgo.com", + "template": "https://duckduckgo.com/" + }, + { + "params": [ + { + "name": "q", + "value": "{searchTerms}" + }, + { + "name": "type", + "value": "list" + } + ], + "rels": [], + "resultDomain": "ac.duckduckgo.com", + "template": "https://ac.duckduckgo.com/ac/", + "type": "application/x-suggestions+json" + } + ], + "_isBuiltin": true, + "queryCharset": "UTF-8", + "extensionID": "ddg@search.mozilla.org", + "extensionLocale": "default" + }, + { + "_name": "Wikipedia (en)", + "_shortName": "wikipedia", + "_loadPath": "[other]addEngineWithDetails:wikipedia@search.mozilla.org", + "description": "Wikipedia, the Free Encyclopedia", + "__searchForm": "https://en.wikipedia.org/wiki/Special:Search?search={searchTerms}&sourceid=Mozilla-search", + "_iconURL": "moz-extension://00924149-f180-48b5-99ca-1105a254463e/favicon.ico", + "_iconMapObj": { + "{}": "moz-extension://00924149-f180-48b5-99ca-1105a254463e/favicon.ico" + }, + "_metaData": { + "alias": null, + "order": 8 + }, + "_urls": [ + { + "params": [ + { + "name": "search", + "value": "{searchTerms}" + }, + { + "name": "sourceid", + "value": "Mozilla-search" + } + ], + "rels": [], + "resultDomain": "en.wikipedia.org", + "template": "https://en.wikipedia.org/wiki/Special:Search" + }, + { + "params": [], + "rels": [], + "resultDomain": "en.wikipedia.org", + "template": "https://en.wikipedia.org/w/api.php?action=opensearch&search={searchTerms}", + "type": "application/x-suggestions+json" + } + ], + "_isBuiltin": true, + "queryCharset": "UTF-8", + "extensionID": "wikipedia@search.mozilla.org", + "extensionLocale": "default" + } + ] +} -- cgit v1.2.3