Hourly Pips

Hourly Pips

This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hourly Pips",
  "description": "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.",
  "version": "1.3",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon48.png"
  },
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage"
  ]
}