summaryrefslogtreecommitdiffstats
path: root/comm/mail/components/search/extensions/olx/manifest.json
blob: da80367b2f66a63685427de3169ba733c132a52f (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
{
  "name": "OLX.ba",
  "description": "OLX.ba pretraživač",
  "manifest_version": 2,
  "version": "1.0",
  "applications": {
    "gecko": {
      "id": "olx@search.mozilla.org"
    }
  },
  "hidden": true,
  "icons": {
    "16": "favicon.ico"
  },
  "web_accessible_resources": ["favicon.ico"],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "OLX.ba",
      "search_url": "https://www.olx.ba/pretraga",
      "search_form": "https://www.olx.ba/",
      "search_url_get_params": "trazilica={searchTerms}",
      "suggest_url": "https://www.olx.ba/sugestije/firefox_pojmovi",
      "suggest_url_get_params": "sta={searchTerms}"
    }
  }
}