Examine source code of AiTab New Tab with ChatGPT

Inspect and view changes in AiTab New Tab with 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
{
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "version": "1.1.3",
  "icons": {
    "16": "assets/icons/128.png",
    "48": "assets/icons/128.png",
    "128": "assets/icons/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "aitab.html"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "bookmarks",
    "history",
    "favicon"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "assets/background-bf4b220a.js"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/*",
        "_favicon/*"
      ]
    }
  ],
  "default_locale": "en",
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}