Alarm & Timer & Stopwatch

Alarm & Timer & Stopwatch

Stylish timer combined with stopwatch and alarm for Microsoft Edge!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    },
    "default_popup": "data/popup/popup.html",
    "default_title": "__MSG_browser_action_title__"
  },
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "description": "__MSG_chrome_extension_description__",
  "homepage_url": "https://www.needevery.in/2022/08/what-is-alarm-timer-stopwatch-extension.html",
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_browser_action_title__",
  "permissions": [
    "storage",
    "alarms"
  ],
  "short_name": "timer",
  "version": "3.3.4",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}