TabZolo

TabZolo

The focus and actually get stuff done online extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TabZolo",
  "description": "The focus and actually get stuff done online extension.",
  "version": "1.0.3.1",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "assets/javascript/TabZolo.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "assets/images/tabzolo-inactive-19.png",
      "38": "assets/images/tabzolo-inactive-38.png"
    },
    "default_title": "TabZolo"
  },
  "homepage_url": "http://tabzolo.co",
  "icons": {
    "16": "assets/images/tabzolo-16.png",
    "48": "assets/images/tabzolo-48.png",
    "128": "assets/images/tabzolo-128.png",
    "148": "assets/images/tabzolo-148.png"
  }
}