Qwik Biz Tools

Qwik Biz Tools

A quicker way to search the web and add productivity to your 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": "Qwik Biz Tools",
  "short_name": "Qwik Biz Tools",
  "version": "1.0.4",
  "description": "A quicker way to search the web and add productivity to your day",
  "minimum_chrome_version": "16.0.884",
  "icons": {
    "16": "icons/black-16.png",
    "32": "icons/black-32.png",
    "64": "icons/black-64.png",
    "128": "icons/black-128.png"
  },
  "author": "Mosaic",
  "browser_action": {
    "browser_style": false,
    "default_title": "qwik Biz Tools"
  },
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  }
}