summaryrefslogtreecommitdiffstats
path: root/comm/mail/components/search/extensions/azet-sk/manifest.json
blob: 84b6faa38d236ec5029053e2212a60903394c2bf (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": "Azet",
  "description": "Azet - portal, kde je vzdy najviac ludi",
  "manifest_version": 2,
  "version": "1.0",
  "applications": {
    "gecko": {
      "id": "azet-sk@search.mozilla.org"
    }
  },
  "hidden": true,
  "icons": {
    "16": "favicon.ico"
  },
  "web_accessible_resources": ["favicon.ico"],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Azet",
      "search_url": "https://www.azet.sk/katalog/vyhladavanie/firmy/",
      "search_form": "https://www.azet.sk/katalog/",
      "search_url_get_params": "q={searchTerms}&k="
    }
  }
}