Watcher

Watcher

A time management stopwatch that allows you to track time for multiple items at once.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Watcher",
  "version": "1.4.2",
  "manifest_version": 2,
  "description": "A time management stopwatch that allows you to track time for multiple items at once.",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_title": "Watcher",
    "default_popup": "index.html"
  },
  "icons": {
    "48": "img/icon-48.png",
    "64": "img/icon-64.png",
    "128": "img/icon-128.png"
  }
}