Examine source code of Copy Title or Url

Inspect and view changes in Copy Title or Url 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,
  "name": "Copy Title or Url",
  "version": "1.7",
  "description": "For copying title or url.",
  "icons": {
    "64": "icon.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "clipboardWrite",
    "tabs"
  ],
  "action": {
    "default_title": "Copy Title or Url",
    "default_popup": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2c250d4a-58ee-46ca-afb7-c740dbd74331}"
    }
  }
}