1{
2  "data": [
3    {
4      "webExtension": {
5        "id": "plainengine@search.mozilla.org"
6      },
7      "orderHint": 10000,
8      "appliesTo": [{
9        "included": { "everywhere": true },
10        "default": "yes-if-no-other"
11      }]
12    },
13    {
14      "webExtension": {
15        "id": "special-engine@search.mozilla.org"
16      },
17      "orderHint": 7000,
18      "appliesTo": [{
19          "included": { "regions": ["tr"] },
20          "default": "yes"
21        }, {
22        "included": { "everywhere": true }
23      }]
24    },
25    {
26      "webExtension": {
27        "id": "multilocale@search.mozilla.org",
28        "locales": ["an"]
29      },
30      "orderHint": 6000,
31      "appliesTo": [{
32        "included": { "regions": ["an"] },
33        "default": "yes"
34      }]
35    },
36    {
37      "webExtension": {
38        "id": "multilocale@search.mozilla.org",
39        "locales": ["af", "an"]
40      },
41      "orderHint": 6500,
42      "appliesTo": [{
43        "included": { "regions": ["af"] }
44      }]
45    }
46  ]
47}
48