53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"data": [
|
|
{
|
|
"webExtension": {
|
|
"id": "basic@search.mozilla.org",
|
|
"name": "basic",
|
|
"search_url": "https://ar.wikipedia.org/wiki/%D8%AE%D8%A7%D8%B5:%D8%A8%D8%AD%D8%AB",
|
|
"params": [
|
|
{
|
|
"name": "search",
|
|
"value": "{searchTerms}"
|
|
},
|
|
{
|
|
"name": "sourceId",
|
|
"value": "Mozilla-search"
|
|
}
|
|
],
|
|
"suggest_url": "https://ar.wikipedia.org/w/api.php?action=opensearch&search={searchTerms}"
|
|
},
|
|
"telemetryId": "basic-telemetry",
|
|
"appliesTo": [
|
|
{
|
|
"included": { "everywhere": true },
|
|
"default": "yes"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"webExtension": {
|
|
"id": "simple@search.mozilla.org",
|
|
"name": "Simple Engine",
|
|
"search_url": "https://example.com",
|
|
"params": [
|
|
{
|
|
"name": "sourceId",
|
|
"value": "Mozilla-search"
|
|
},
|
|
{
|
|
"name": "search",
|
|
"value": "{searchTerms}"
|
|
}
|
|
],
|
|
"suggest_url": "https://example.com?search={searchTerms}"
|
|
},
|
|
"appliesTo": [
|
|
{
|
|
"included": { "everywhere": true },
|
|
"default": "no"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|