Clock for Google Edge

Clock for Google Edge

Enhance Your Browsing Experience with Clock for Google Edge 🕒

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "background": {
    "service_worker": "worker.js"
  },
  "description": "Enhance Your Browsing Experience with Clock for Google Edge 🕒",
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "name": "Clock for Google Edge",
  "options_page": "html/options.html",
  "offline_enabled": true,
  "permissions": [
    "notifications",
    "storage",
    "alarms",
    "offscreen",
    "idle",
    "cookies",
    "tabs",
    "scripting"
  ],
  "version": "3.9.16.1442",
  "minimum_chrome_version": "109",
  "action": {
    "default_title": "__MSG_extensionName__",
    "default_popup": "html/popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}