Examine source code of Speak to ChatGPT

Inspect and view changes in Speak to ChatGPT 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",
  "action": {
    "default_icon": "icon_32.png",
    "default_popup": "src/popup/index.html"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.index.ts.9bb5ee10.5b031390.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "css": [
        "assets/index.fdc3dca6.css",
        "assets/index.ts.31cca4b5.css"
      ]
    }
  ],
  "host_permissions": [
    "https://*.youtube.com/*",
    "https://*.facebook.com/*",
    "https://*.linkedin.com/*"
  ],
  "version": "0.2.2",
  "manifest_version": 3,
  "name": "Speak to ChatGPT",
  "description": "Speak to ChatGPT",
  "permissions": [
    "storage",
    "contextMenus",
    "declarativeNetRequest"
  ],
  "icons": {
    "32": "icon_32.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "src/content-script/index.ts"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/_getTag.ac58cd56.js",
        "assets/index.362200b1.js",
        "assets/browser-polyfill.3c507f24.js",
        "assets/index.ts.9bb5ee10.js"
      ],
      "use_dynamic_url": true
    }
  ]
}