Super countdown

Super countdown

A supercool countdown app. Don't let your pizza burn!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Super countdown",
  "version": "1.1.1",
  "description": "A supercool countdown app. Don't let your pizza burn!",
  "browser_action": {
    "default_icon": "icon-big.png",
    "default_popup": "index.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "background",
    "notifications"
  ],
  "web_accessible_resources": [
    "icon-notification.png"
  ],
  "options_page": "options.html"
}