AI-Powered Assistant for Crypto & Web3

AI-Powered Assistant for Crypto & Web3

Empower your Firefox browser with AI Crypto Chat Assistant, the specialized chatbot designed for instant crypto and Web3 intelligence. Leveraging the AigentX project's expertise, it answers your crypto queries in multiple languages in real-time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "AIAgent Assistance",
  "description": "AIAgent Assistance",
  "version": "1.0.3",
  "icons": {
    "16": "extension-logo.png",
    "48": "extension-logo.png",
    "128": "extension-logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/assets/content-script.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "activeTab"
  ],
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "AIAgent"
  },
  "background": {
    "scripts": [
      "/assets/background.js"
    ],
    "persistent": false
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  }
}