Counter Button Pro for Microsoft Edge™

Counter Button Pro for Microsoft Edge™

One-click counter button for your web browser. Increment or decrement with ease to keep track of anything you want effortlessly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extNameFull__",
  "short_name": "__MSG_extName__",
  "version": "0.1.0",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "icons": {
    "16": "res/icons/logo/logo_16.png",
    "32": "res/icons/logo/logo_32.png",
    "48": "res/icons/logo/logo_48.png",
    "128": "res/icons/logo/logo_128.png"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "author": "Oziku Technologies LLC",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "html/options.html",
  "action": {
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "res/icons/logo/logo_16.png",
      "32": "res/icons/logo/logo_32.png",
      "48": "res/icons/logo/logo_48.png",
      "128": "res/icons/logo/logo_128.png"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}