Grandfather Deco Mezzora Timer

Grandfather Deco Mezzora Timer

A mezzora timer with the sounds of a grandfather clock.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Grandfather Deco Mezzora Timer",
  "version": "1.1.2",
  "manifest_version": 2,
  "description": "A mezzora timer with the sounds of a grandfather clock.",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "notifications"
  ],
  "options_page": "options.html",
  "web_accessible_resources": [
    "icon.png"
  ]
}