Examine source code of AiTuTu ChatGPT Sidebar Assistant

Inspect and view changes in AiTuTu ChatGPT Sidebar Assistant 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.5",
  "icons": {
    "16": "assets/icons/icon128.png",
    "48": "assets/icons/icon128.png",
    "128": "assets/icons/icon128.png"
  },
  "action": {
    "default_title": "__MSG_app_name__",
    "default_popup": "popup.html"
  },
  "options_page": "option.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentscript-loader-content.7983eef0.js"
      ],
      "run_at": "document_start",
      "css": []
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "assets/background.fda4e89b.js"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/*"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/css/content.css",
        "assets/png/aitutu.png",
        "assets/runtime-dom.esm-bundler.5786390f.js",
        "assets/plugin-vue_export-helper.f63bf49c.js",
        "assets/_commonjsHelpers.712cc82f.js",
        "assets/content.7983eef0.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "default_locale": "en",
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}