Winbox

Winbox

The utility features a clock running at the top, displaying the date, month, year, and time, along with background image featuring

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Winbox",
  "version": "1.0",
  "description": "The utility features a clock running at the top, displaying the date, month, year, and time, along with background image featuring",
  "icons": {
    "128": "images/win-logo.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_icon": {
      "16": "images/win-logo.png",
      "48": "images/win-logo.png",
      "128": "images/win-logo.png"
    },
    "default_title": "Winbox",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}