Examine source code of PageTalk - Leave Comments on Any Site

Inspect and view changes in PageTalk - Leave Comments on Any Site 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": "PageTalk - Leave Comments on Any Site",
  "description": "Allows you to comment and interact on any website page",
  "version": "1.0",
  "host_permissions": [
    "https://mypagetalk.com/*"
  ],
  "permissions": [
    "sidePanel",
    "tabs"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "action": {
    "default_icon": "/icon.png",
    "default_title": "Click to open PageTalk"
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "side_panel": {
    "default_path": "/PageTalkSidepanel/dist/index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}