tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

manifest.json (474B)


      1 {
      2  "name": "Priberam",
      3  "description": "DicionĂ¡rio Priberam",
      4  "manifest_version": 2,
      5  "version": "1.4",
      6  "browser_specific_settings": {
      7    "gecko": {
      8      "id": "priberam@search.mozilla.org"
      9    }
     10  },
     11  "hidden": true,
     12  "chrome_settings_overrides": {
     13    "search_provider": {
     14      "name": "Priberam",
     15      "encoding": "ISO-8859-15",
     16      "search_url": "https://www.priberam.pt/dlpo/firefox.aspx",
     17      "search_url_get_params": "pal={searchTerms}"
     18    }
     19  }
     20 }