AI Wallet Defender

AI Wallet Defender

AI Wallet Defender is designed to protect you from malicious smart contracts, phishing websites, and scams.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_popup": "index.html",
    "default_title": "AI Wallet Defender"
  },
  "background": {
    "service_worker": "main.js"
  },
  "content_scripts": [
    {
      "css": [
        "/static/css/main.css"
      ],
      "js": [
        "/static/js/inject.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "AI Wallet Defender is designed to protect you from malicious smart contracts, phishing websites, and scams.",
  "homepage_url": "https://aiwalletdefender.com/",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhnl4e54irk9mfPsu031mARRZOIhanw1IM9cEHloS9+5OVFtAVOgcWyJwWEdb5WFsKDrzw4sy1tiu01prmaf/2AOorK2TMWuGAAnlaNAAOaOsfGDVkXQc7r2Nops5ylSc7JUIkkbm05ERHhh1ppZ8nvcU3iNjRRM6c0W2CjZV2/vuiFmwvgXUxwMRxSkPS4nPN1xLCIdkuXS95kD1fzyZ1QppiLSnGm5c8S0pfFyiDvnybN5+kvPreGlCnoedSh+mJkLUpav2hZmn0QfhbjV5RNnVTplWehTEou4J8PoCTU3jJU5ZaBDAIAge6O0ThE8hYQoaIty9ym/Q8SEOcKVd4wIDAQAB",
  "manifest_version": 3,
  "name": "AI Wallet Defender",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "management",
    "cookies",
    "scripting",
    "alarms"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.8",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "static/media/*",
        "script/main.js",
        "tracing.html",
        "static/css/inject.css"
      ]
    }
  ]
}