summaryrefslogtreecommitdiffstats
path: root/comm/mail/components/search/extensions/hotline-ua/manifest.json
blob: 9f642d18a555b96dfe3e1a90c2fe4f428361f17f (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
{
  "name": "Hotline",
  "description": "Hotline - порівняти ціни в інтернет-магазинах України",
  "manifest_version": 2,
  "version": "1.0",
  "applications": {
    "gecko": {
      "id": "hotline-ua@search.mozilla.org"
    }
  },
  "hidden": true,
  "icons": {
    "16": "favicon.ico"
  },
  "web_accessible_resources": ["favicon.ico"],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Hotline",
      "search_url": "https://hotline.ua/sr/",
      "search_form": "https://hotline.ua/",
      "search_url_get_params": "q={searchTerms}"
    }
  }
}