Examine source code of Decode URLs

Inspect and view changes in Decode URLs 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
{
  "action": {
    "default_icon": {
      "19": "css/icons/19x19.png",
      "38": "css/icons/38x38.png"
    },
    "default_popup": "index.html",
    "default_title": "Decode URLs"
  },
  "description": "It is an excellent tool for decoding URLs encoded with special characters.",
  "icons": {
    "16": "css/icons/16x16.png",
    "48": "css/icons/48x48.png",
    "128": "css/icons/128x128.png"
  },
  "manifest_version": 3,
  "name": "Decode URLs",
  "offline_enabled": true,
  "permissions": [
    "clipboardRead",
    "clipboardWrite"
  ],
  "short_name": "Decode URL",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.0.2"
}