Examine source code of GPThemes - ChatGPT Customization

Inspect and view changes in GPThemes - ChatGPT Customization 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",
  "manifest_version": 3,
  "version": "4.2.4",
  "name": "GPThemes - ChatGPT Customization",
  "description": "Transform ChatGPT's user interface with customisable accent colour, font styles and chats width, modern designs and chat bubbles.",
  "author": "itsmarta",
  "homepage_url": "https://github.com/itsmartashub/GPThemes",
  "host_permissions": [
    "https://chat.openai.com/*",
    "https://chatgpt.com/*"
  ],
  "icons": {
    "16": "16.553615da.png",
    "19": "19.8c31ebd3.png",
    "32": "32.bbbc4e3b.png",
    "38": "38.93438573.png",
    "48": "48.f12e30ca.png",
    "128": "128.6689033b.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.e28d60ee.js"
      ],
      "css": [
        "sass.938b0ba8.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "service_worker": "background.ff4a3c3a.js"
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; style-src 'self' https://fonts.gstatic.com https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com;"
  },
  "action": {
    "default_popup": "popup.e35ee55a.html",
    "default_icon": {
      "16": "16.553615da.png",
      "48": "48.f12e30ca.png",
      "128": "128.6689033b.png"
    },
    "default_title": "GPThemes - ChatGPT Customization"
  }
}