summaryrefslogtreecommitdiffstats
path: root/browser/components/extensions/test/browser/search-engines/engines.json
blob: 55733e9665301b3186bb391d0eb90b610a3787f1 (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
{
  "data": [
    {
      "webExtension": {
        "id": "basic@search.mozilla.org"
      },
      "appliesTo": [
        {
          "included": { "everywhere": true },
          "default": "yes"
        }
      ]
    },
    {
      "webExtension": {
        "id": "simple@search.mozilla.org"
      },
      "appliesTo": [
        {
          "included": { "everywhere": true }
        }
      ]
    },
    {
      "webExtension": {
        "id": "another@search.mozilla.org"
      },
      "appliesTo": [
        {
          "included": { "everywhere": true }
        }
      ]
    }
  ]
}