summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/tests/xpcshell/data/search-obsolete-langpack.json
blob: 8c45b4d61f29f9c3050102b21206ede0620dcbc0 (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
  "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": "Langpack",
      "_shortName": "langpack-ru",
      "_loadPath": "jar:[app]/extensions/langpack-ru@firefox.mozilla.org.xpi!browser/langpack.xml",
      "description": "Langpack search",
      "__searchForm": null,
      "_metaData": {},
      "_urls": [
        {
          "template": "https://example.com/search",
          "rels": ["searchform"],
          "resultDomain": "example.com",
          "params": []
        }
      ],
      "queryCharset": "UTF-8"
    },
    {
      "_name": "Langpack1",
      "_shortName": "langpack1-ru",
      "_loadPath": "[app]/extensions/langpack-ru@firefox.mozilla.org.xpi!browser/langpack1.xml",
      "description": "Langpack1 search",
      "__searchForm": null,
      "_metaData": {},
      "_urls": [
        {
          "template": "https://example1.com/search",
          "rels": ["searchform"],
          "resultDomain": "example1.com",
          "params": []
        }
      ],
      "queryCharset": "UTF-8"
    },
    {
      "_name": "Langpack2",
      "_shortName": "langpack2-ru",
      "_loadPath": "jar:[profile]/extensions/langpack-ru@firefox.mozilla.org.xpi!browser/langpack2.xml",
      "description": "Langpack2 search",
      "__searchForm": null,
      "_metaData": {},
      "_urls": [
        {
          "template": "https://example2.com/search",
          "rels": ["searchform"],
          "resultDomain": "example2.com",
          "params": []
        }
      ],
      "queryCharset": "UTF-8"
    },
    {
      "_name": "Langpack3",
      "_shortName": "langpack3-ru",
      "_loadPath": "jar:[other]/langpack-ru@firefox.mozilla.org.xpi!browser/langpack3.xml",
      "description": "Langpack3 search",
      "__searchForm": null,
      "_metaData": {},
      "_urls": [
        {
          "template": "https://example3.com/search",
          "rels": ["searchform"],
          "resultDomain": "example3.com",
          "params": []
        }
      ],
      "queryCharset": "UTF-8"
    }
  ]
}