Examine source code of Mochii AI: All-in-One AI Assistant

Inspect and view changes in Mochii AI: All-in-One AI 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_title": "__MSG_actionTitle__"
  },
  "version": "3.2.48",
  "author": "AI Hunt",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "permissions": [
    "storage",
    "sidePanel",
    "clipboardRead",
    "clipboardWrite",
    "scripting",
    "activeTab",
    "identity",
    "identity.email",
    "alarms"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.mochii.ai/auth/login*",
        "https://mochii.chat/auth/login*"
      ],
      "js": [
        "mochii-auth-token.801afff0.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "all-urls-float-button.698fd2a7.js"
      ],
      "exclude_matches": [
        "*://*.mochii.ai/*",
        "*://mochii.ai/*"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "all-urls-choose-screenshot.0639d316.js"
      ],
      "all_frames": false,
      "css": []
    },
    {
      "matches": [
        "https://www.mochii.ai/chat/share/*",
        "https://mochii.ai/chat/share/*"
      ],
      "js": [
        "mochii-import-share-chat.ec697bd0.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "all-urls-tools.3fb5f83d.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.mochii.ai/install/*",
        "https://mochii.ai/install/*"
      ],
      "js": [
        "mochii-install-open-sidebar.677a6bbf.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.mochii.ai/auth/login*",
        "https://mochii.ai/auth/login*"
      ],
      "js": [
        "mochii-by-ext-login.d65188b1.js"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "css": []
    }
  ],
  "default_locale": "en",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+K",
        "linux": "Alt+K",
        "mac": "Command+K",
        "windows": "Alt+K"
      }
    },
    "show-standalone-cmd": {
      "description": "Global Mode",
      "suggested_key": {
        "default": "Shift+Alt+K",
        "linux": "Shift+Alt+K",
        "mac": "Command+Shift+K",
        "windows": "Shift+Alt+K"
      }
    }
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "resources/**"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "browser-ponyfill.5118c83a.js",
        "all-urls-float-button.6e038a4b.css"
      ]
    },
    {
      "matches": [
        "https://www.mochii.ai/*",
        "https://mochii.ai/*"
      ],
      "resources": [
        "dist.d7dcbec9.js"
      ]
    },
    {
      "matches": [
        "https://www.mochii.ai/*",
        "https://mochii.ai/*"
      ],
      "resources": [
        "dist.d7dcbec9.js"
      ]
    },
    {
      "matches": [
        "https://www.mochii.ai/*",
        "https://mochii.ai/*"
      ],
      "resources": [
        "dist.d7dcbec9.js",
        "browser-ponyfill.5118c83a.js",
        "all-urls-float-button.6e038a4b.css"
      ]
    }
  ]
}