summaryrefslogtreecommitdiffstats
path: root/browser/components/search/extensions/priberam/manifest.json
blob: ef4aba79ac8854e0c3742fd8e5086fdcd6f2b739 (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
{
  "name": "Priberam",
  "description": "Dicionário Priberam",
  "manifest_version": 2,
  "version": "1.3",
  "browser_specific_settings": {
    "gecko": {
      "id": "priberam@search.mozilla.org"
    }
  },
  "hidden": true,
  "icons": {
    "16": "favicon.png"
  },
  "web_accessible_resources": ["favicon.png"],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Priberam",
      "encoding": "ISO-8859-15",
      "search_url": "https://www.priberam.pt/dlpo/firefox.aspx",
      "search_form": "https://www.priberam.pt/dlpo/",
      "search_url_get_params": "pal={searchTerms}"
    }
  }
}