summaryrefslogtreecommitdiffstats
path: root/comm/mail/components/search/extensions/atlas-sk/manifest.json
blob: 774c021f91360dd659a6ebb7ed5983a0028743a8 (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": "Atlas",
  "description": "Internetovy portal - Atlas.sk",
  "manifest_version": 2,
  "version": "1.0",
  "applications": {
    "gecko": {
      "id": "atlas-sk@search.mozilla.org"
    }
  },
  "hidden": true,
  "icons": {
    "16": "favicon.ico"
  },
  "web_accessible_resources": ["favicon.ico"],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Atlas",
      "search_url": "https://www.atlas.sk/search.php",
      "search_form": "https://www.atlas.sk/",
      "search_url_get_params": "phrase={searchTerms}&sourceid=firefox"
    }
  }
}