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