Countdown Ready

Countdown Ready

A versatile, easy-to-use countdown 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": "Countdown Ready",
  "description": "A versatile, easy-to-use countdown timer",
  "version": "1.1",
  "author": "Celena Chang",
  "browser_action": {
    "default_icon": "favicons/clock2.png",
    "default_popup": "popup_startpage.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "permissions": [
    "activeTab",
    "background",
    "storage",
    "notifications",
    "alarms"
  ]
}