summaryrefslogtreecommitdiffstats
path: root/comm/mail/components/search/extensions/ozonru/manifest.json
blob: 35d0d3f1a57fda2035a47a4892dd6ac11d507c5e (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": "OZON.ru",
  "description": "OZON.ru provider",
  "manifest_version": 2,
  "version": "1.2",
  "applications": {
    "gecko": {
      "id": "ozonru@search.mozilla.org"
    }
  },
  "hidden": true,
  "icons": {
    "16": "favicon.ico"
  },
  "web_accessible_resources": ["favicon.ico"],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "OZON.ru",
      "encoding": "WINDOWS-1251",
      "search_url": "https://www.ozon.ru/?",
      "search_form": "https://www.ozon.ru/",
      "search_url_get_params": "context=search&text={searchTerms}&from=firefox",
      "suggest_url": "https://www.ozon.ru/JSONSuggestionHandler.ashx",
      "suggest_url_get_params": "text={searchTerms}&from=firefox"
    }
  }
}