AegisWeb3

AegisWeb3

Realtime scam tokens and phishing sites detection

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "homepage_url": "https://aegisweb3.com/",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://*/*",
    "https://approve.aegisweb3.com/*"
  ],
  "icons": {
    "16": "icons/favicon_16.png",
    "32": "icons/favicon_32.png",
    "64": "icons/favicon_64.png",
    "128": "icons/favicon_128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "19": "icons/favicon_16.png",
      "38": "icons/favicon_32.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "exclude_matches": [
        "*://localhost/*"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/simulation.js"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self';script-src 'self'; connect-src http://www.google-analytics.com https://aegis-static.oss-accelerate.aliyuncs.com https://approve.aegisweb3.com; style-src 'self' 'unsafe-inline'; img-src 'self' https://static.chainbase.online https://aegis-static.oss-cn-hongkong.aliyuncs.com chrome://extension-icon;"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*.*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "img/*.*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "phishing.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "js/bundle.js",
        "img/*.*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "version": "0.6.32"
}