Bizzy Beaver

Bizzy Beaver

An easier way to search the web and add productivity to your busy day

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bizzy Beaver",
  "short_name": "Bizzy Beaver",
  "version": "1.0.1",
  "description": "An easier way to search the web and add productivity to your busy day",
  "minimum_chrome_version": "16.0.884",
  "icons": {
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "author": "Trigvent",
  "browser_action": {
    "browser_style": false,
    "default_title": "Bizzy Beaver"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}