Examine source code of Tampermonkey Script Manager

Inspect and view changes in Tampermonkey Script Manager source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extName__",
  "version": "1.0",
  "description": "__MSG_extDesc__",
  "permissions": [
    "tabs",
    "management"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/monkey48.png",
      "128": "icons/monkey128.png"
    }
  },
  "background": {
    "service_worker": "scripts/background.js",
    "type": "module"
  },
  "options_page": "options.html",
  "icons": {
    "48": "icons/monkey48.png",
    "128": "icons/monkey128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/lists/*.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}

Similar add-ons

Here are some Edge add-ons that are similar to Tampermonkey Script Manager:

Popular extensions / apps

Here are some popular extensions / apps that you might be interested in: