summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/tests/xpcshell/test-extensions/engines.json
blob: fcb5e03e821ff5145fc2838911a2de0db4cbb880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  "data": [
    {
      "webExtension": {
        "id": "plainengine@search.mozilla.org"
      },
      "orderHint": 10000,
      "sendAttributionRequest": true,
      "appliesTo": [
        {
          "included": { "everywhere": true },
          "default": "yes-if-no-other"
        }
      ]
    },
    {
      "webExtension": {
        "id": "special-engine@search.mozilla.org"
      },
      "orderHint": 7000,
      "appliesTo": [
        {
          "included": { "regions": ["tr"] },
          "default": "yes"
        },
        {
          "included": { "everywhere": true },
          "sendAttributionRequest": true
        }
      ]
    },
    {
      "webExtension": {
        "id": "multilocale@search.mozilla.org",
        "locales": ["an"]
      },
      "orderHint": 6000,
      "appliesTo": [
        {
          "included": { "regions": ["an"] },
          "default": "yes"
        }
      ]
    },
    {
      "webExtension": {
        "id": "multilocale@search.mozilla.org",
        "locales": ["af", "an"]
      },
      "orderHint": 6500,
      "appliesTo": [
        {
          "included": { "regions": ["af"] }
        }
      ]
    }
  ]
}