Examine source code of Annotate pdf

Inspect and view changes in Annotate pdf 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.2",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "64": "icons/64x64.png",
    "128": "icons/128x128.png"
  },
  "permissions": [
    "scripting",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/search*"
      ],
      "js": [
        "js/5419d0fbdc60a00b.min.js"
      ],
      "css": [
        "css/0cc594b8d9f6c550.min.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://*/*.pdf",
        "http://*/*.pdf"
      ],
      "js": [
        "js/c6e3d99de56d15e1.min.js"
      ],
      "css": [
        "css/3d9e78f36881db9d.min.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/16x16.png",
        "icons/48x48.png",
        "app/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "js/f9e5d2ae19beeed9.min.js"
  },
  "commands": {
    "openWebsite": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Open Website with PDF URL"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}