Symbaloo Homepage and Search

Symbaloo Homepage and Search

Symbaloo Extension for setting Symbaloo as the Homepage in your FireFox Browser. With Symbaloo you surf with one click to all of your favorite websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Symbaloo Homepage and Search",
  "description": "Symbaloo",
  "version": "1.0.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "{c0674718-842b-4d4c-83f2-0627b7098f12}",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "128": "images/logo128.png"
  },
  "chrome_settings_overrides": {
    "homepage": "https://www.symbaloo.com"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "host_permissions": [
    "https://www.symbaloo.com/"
  ]
}