summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/tests/xpcshell/data/search-migration.json
blob: 520149a370a7c0d6b46bb6a9f7a9a1d9d5ac11d6 (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
59
60
61
62
63
64
65
66
67
68
{
  "version": 1,
  "buildID": "20121106",
  "locale": "en-US",
  "metaData": {},
  "engines": [
    {
      "_name": "engine1",
      "_metaData": {
        "alias": "testAlias"
      },
      "_isAppProvided": true
    },
    {
      "_name": "engine2",
      "_metaData": {
        "alias": null,
        "hidden": true
      },
      "_isAppProvided": true
    },
    {
      "_name": "simple",
      "_loadPath": "jar:[profile]/extensions/simple@tests.mozilla.org.xpi!/simple.xml",
      "_shortName": "simple",
      "description": "A migration test engine",
      "__searchForm": "http://www.example.com/",
      "_metaData": {},
      "_urls": [
        {
          "template": "http://www.example.com/search",
          "rels": [],
          "resultDomain": "google.com",
          "params": [
            {
              "name": "q",
              "value": "{searchTerms}"
            }
          ]
        }
      ],
      "queryCharset": "UTF-8"
    },
    {
      "_name": "simple search",
      "_loadPath": "[other]addEngineWithDetails:simple@tests.mozilla.org",
      "_shortName": "simple search",
      "description": "A migration test engine",
      "__searchForm": "http://www.example.com/",
      "_metaData": {},
      "_urls": [
        {
          "template": "http://www.example.com/search",
          "rels": [],
          "resultDomain": "google.com",
          "params": [
            {
              "name": "q",
              "value": "{searchTerms}"
            }
          ]
        }
      ],
      "queryCharset": "UTF-8",
      "_extensionID": "simple@tests.mozilla.org"
    }
  ]
}