Adot AI: ChatGPT-powered Web3 Search Engine

Adot AI: ChatGPT-powered Web3 Search Engine

Explore the Web3 space with Adot AI, the AI search tool tailored by keywords

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Adot AI: ChatGPT-powered Web3 Search Engine",
  "version": "2.0.0",
  "description": "Explore the Web3 space with Adot AI, the AI search tool tailored by keywords",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self' 'wasm-unsafe-eval'"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "webNavigation",
    "tabs",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>",
    "*://ai.a.xyz/*",
    "*://ai-test.a.xyz//*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/images/app.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "insert.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "/images/app.png",
      "32": "/images/app.png",
      "48": "/images/app.png",
      "128": "/images/app.png"
    },
    "default_title": "Adot AI: ChatGPT-powered Web3 Search Engine"
  },
  "icons": {
    "16": "/images/app.png",
    "32": "/images/app.png",
    "48": "/images/app.png",
    "128": "/images/app.png"
  }
}