Examine source code of AI Comment Generator

Inspect and view changes in AI Comment Generator 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": "AI Comment Generator",
  "version": "1.3",
  "description": "Personalised LinkedIn AI Comment Generator based on Post",
  "icons": {
    "16": "16.png",
    "19": "19.png",
    "38": "38.png",
    "48": "48.png",
    "128": "128.png"
  },
  "host_permissions": [
    "https://get-custom-linkedin-comments-v6rz26ok2a-uc.a.run.app/*",
    "https://get-linkedin-comments-v6rz26ok2a-uc.a.run.app/*",
    "*://www.linkedin.com/feed/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.linkedin.com/feed/*"
      ],
      "js": [
        "ui.js",
        "content.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' https://fonts.googleapis.com; font-src https://fonts.gstatic.com;"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}