Stopwatch

Stopwatch

A brand new Stopwatch from the creator of Timer Tab. Featuring history and multiple Stopwatches.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Stopwatch",
  "description": "A brand new Stopwatch from the creator of Timer Tab. Featuring history and multiple Stopwatches.",
  "version": "0.1.0.8",
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "storage"
  ],
  "offline_enabled": true,
  "manifest_version": 2,
  "minimum_chrome_version": "18"
}