Symbaloo Homepage and Search

Symbaloo Homepage and Search

Symbaloo

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Symbaloo Homepage and Search",
  "description": "Symbaloo",
  "version": "1.0.0",
  "icons": {
    "128": "images/logo128.png"
  },
  "chrome_settings_overrides": {
    "homepage": "https://www.symbaloo.com",
    "startup_pages": [
      "https://www.symbaloo.com"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "https://www.symbaloo.com/"
  ]
}