summaryrefslogtreecommitdiffstats
path: root/browser/components/search/extensions/priberam/manifest.json
blob: 2fd4ae62a377fc8884b62999e6267976e2b4b7f8 (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
27
{
  "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}"
    }
  }
}