Stopwatch & Timer

Stopwatch & Timer

A beautifully simple Stopwatch & Timer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "default_locale": "en",
  "version": "0.0.9",
  "offline_enabled": true,
  "minimum_chrome_version": "32",
  "icons": {
    "16": "static/images/stopwatch16x16.png",
    "128": "static/images/stopwatch128x128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "permissions": [
    "notifications",
    "storage",
    "alwaysOnTopWindows"
  ]
}