Timer Alarm

Timer Alarm

Set alarm and timer with sound and browser notification

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Timer Alarm",
  "description": "Set alarm and timer with sound and browser notification",
  "version": "0.0.1",
  "icons": {
    "100": "logo.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html",
    "default_title": "Timer Alarm"
  },
  "permissions": [
    "alarms",
    "storage",
    "notifications"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}