summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/tests/xpcshell/data1/exp2/manifest.json
blob: 0cd0e080b9887147d8507cf13da727fe1669e0f6 (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
{
  "name": "exp2",
  "manifest_version": 2,
  "version": "1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "exp2@search.mozilla.org"
    }
  },
  "hidden": true,
  "description": "A small test engine",
  "icons": {
    "16": "favicon.ico"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "exp2",
      "search_url": "https://2.example.com/searchexp",
      "params": [
        {
          "name": "q",
          "value": "{searchTerms}"
        }
      ]
    }
  }
}