Countdown Timer

Countdown Timer

Simple browser countdown timer that just works and stays out of your way.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Countdown Timer",
  "version": "2.1.0.0",
  "manifest_version": 2,
  "description": "Simple browser countdown timer that just works and stays out of your way.",
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "urls.bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/clock.png",
    "default_popup": "popup.html"
  },
  "offline_enabled": true,
  "permissions": [
    "notifications"
  ],
  "web_accessible_resources": [
    "img/48.png"
  ],
  "options_page": "./donate-honor/index.html",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}