Timer with Alarm

Timer with Alarm

With this app you can countdown a specified amount of time, and when this alloted time has expired, an alarm will sound.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Timer with Alarm",
  "description": "With this app you can countdown a specified amount of time, and when this alloted time has expired, an alarm will sound.",
  "version": "1.0",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.taketwoapps.com/apps/20/timer/app.html"
    ],
    "launch": {
      "web_url": "http://www.taketwoapps.com/apps/20/timer/app.html"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}