summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/tests/xpcshell/data/engine-rel-searchform-purpose/manifest.json
blob: ed4a609e7c4f392071a43e21c4a96decfce71c62 (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
{
  "name": "engine-rel-searchform-purpose",
  "manifest_version": 2,
  "version": "1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "engine-rel-searchform-purpose@search.mozilla.org"
    }
  },
  "hidden": true,
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "engine-rel-searchform-purpose",
      "search_url": "https://www.google.com/search",
      "params": [
        {
          "name": "q",
          "value": "{searchTerms}"
        },
        {
          "name": "channel",
          "condition": "purpose",
          "purpose": "contextmenu",
          "value": "rcs"
        },
        {
          "name": "channel",
          "condition": "purpose",
          "purpose": "keyword",
          "value": "fflb"
        },
        {
          "name": "channel",
          "condition": "purpose",
          "purpose": "searchbar",
          "value": "sb"
        }
      ]
    }
  }
}