Timer

Timer

Timer Countdown, Alarm Clock, and Stopwatch

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "default_locale": "en",
  "version": "1.8.0.4",
  "offline_enabled": true,
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.timer-tab.com/"
    ],
    "launch": {
      "web_url": "http://www.timer-tab.com/"
    }
  },
  "permissions": [
    "notifications"
  ],
  "manifest_version": 2
}