summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/tests/xpcshell/simple-engines/engines.json
blob: 9101955cb0f4bfde42964ea985c503a89015ad92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "data": [
    {
      "webExtension": {
        "id":"basic@search.mozilla.org"
      },
      "telemetryId": "telemetry",
      "appliesTo": [{
        "included": { "everywhere": true },
        "default": "yes"
      }]
    },
    {
      "webExtension": {
        "id":"simple@search.mozilla.org"
      },
      "appliesTo": [{
        "included": { "everywhere": true },
        "default": "yes"
      }]
    }
  ]
}