Hundrx - Upgrade Twitter to Web3 with AI

Hundrx - Upgrade Twitter to Web3 with AI

Turn any Twitter profile into a valuable, tradable crypto asset on the blockchain. Powered by AI.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Turn any Twitter profile into a valuable, tradable crypto asset on the blockchain. Powered by AI.",
  "version": "1.6.0.2",
  "manifest_version": 3,
  "name": "Hundrx - Upgrade Twitter to Web3 with AI",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.twitter.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "all_frames": true
    }
  ],
  "action": {
    "default_icon": "icon-48.png",
    "default_title": "Hundrx",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "animated-hundrx-twitter.json",
        "background-faqs.jpg",
        "background-features.jpg",
        "chart-bg.jpg",
        "coin-success.json",
        "drx-coin.svg",
        "favicon.ico",
        "icon-16.png",
        "icon-32.png",
        "icon-48.png",
        "icon-128.png",
        "icon-192.png",
        "icon-512.png",
        "icon-809.png",
        "logo-metamask.svg",
        "logo-socialpower.svg",
        "logo-twitter.svg",
        "social-tokens.png",
        "suggested.png",
        "wallet.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://localhost:3000/*",
    "https://*.hundrx.com/*",
    "https://hundrx.ams3.cdn.digitaloceanspaces.com/",
    "https://switchere.com/*",
    "https://*.switchere.com/*",
    "https://rpc.ankr.com/*",
    "https://polygon-rpc.com/*",
    "https://rpc-mumbai.maticvigil.com/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; script-src-elem 'self' 'unsafe-inline' https://localhost:3000/ https://rpc.ankr.com https://polygon-rpc.com https://rpc-mumbai.maticvigil.com https://api-js.mixpanel.com; media-src 'self' https://hundrx.ams3.cdn.digitaloceanspaces.com/ blob:; object-src 'self'; frame-src https://hundrx.com https://*.hundrx.com https://switchere.com https://*.switchere.com"
  }
}