NetSepio

NetSepio

A crypto security tool that uses AI and community insights to protect you from scams and malicious websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NetSepio",
  "version": "0.4.8",
  "manifest_version": 3,
  "short_name": "Your AI Powered Crypto Security Partner",
  "description": "A crypto security tool that uses AI and community insights to protect you from scams and malicious websites",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
  },
  "action": {
    "default_icon": "favicon.png",
    "default_popup": "index.html",
    "default_title": "CyberSecurity with Web3"
  },
  "commands": {
    "open_extension": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "MacCtrl+Shift+S"
      },
      "description": "Open NetSepio Extension"
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}