Ezy Alarm Clock

Ezy Alarm Clock

Ezy Alarm Clock provides quick access to an alarm and world clock via a widget on your browser toolbar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "serviceWorker/serviceWorker.js"
  },
  "name": "Ezy Alarm Clock",
  "icons": {
    "128": "icons/icon.png"
  },
  "short_name": "Ezy Alarm Clock",
  "description": "Ezy Alarm Clock provides quick access to an alarm and world clock via a widget on your browser toolbar.",
  "version": "1.0.0.0",
  "manifest_version": 3,
  "action": {
    "browser_style": true,
    "default_icon": {
      "128": "icons/grey_icon.png"
    },
    "default_title": "Ezy Alarm Clock",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "storage",
    "alarms"
  ]
}