MintDefense

MintDefense

Bullet-Proof Protection for your crypto and NFTs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MintDefense",
  "description": "Bullet-Proof Protection for your crypto and NFTs",
  "version": "3.1.3.4",
  "version_name": "3.1.4",
  "manifest_version": 3,
  "author": "[email protected]",
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self';"
  },
  "action": {
    "default_icon": {
      "16": "icon16_offline.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_popup": "popup.html",
    "default_title": "MintDefense"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "all_frames": true,
      "js": [
        "inpage.js",
        "jquery-3.6.0.min.js",
        "protectEverywhere.js"
      ]
    },
    {
      "run_at": "document_start",
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "js": [
        "twitterProtector.js"
      ],
      "css": [
        "twitter-fake-account.css"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting",
    "contextMenus",
    "favicon",
    "alarms",
    "system.display",
    "clipboardRead",
    "clipboardWrite"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "injected.js",
        "EXTENSION_userlib.js",
        "trialExpiring.js",
        "mixpanel-2-latest.min.js",
        "blocked.html",
        "alert.html",
        "message.html",
        "failScan.html",
        "failScan.js",
        "jquery-3.6.0.min.js",
        "modernizr-2.8.3.min.js",
        "bootstrap.bundle.min.js",
        "newMessage.js",
        "carousel.js",
        "popup.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    },
    {
      "resources": [
        "favicon.ico",
        "logo_modal_red.png",
        "logo_modal_yellow.png",
        "logo_modal_gray.png",
        "warning-bg.png",
        "logo.png",
        "logo_popup.png",
        "gray-header-bg.png",
        "image.png",
        "scroll.png",
        "scroller.png",
        "ui-loader.css",
        "alert.css",
        "close.svg",
        "security.svg",
        "link.svg",
        "twitter.svg",
        "doc.svg",
        "oldMessage.svg",
        "newMessage.svg",
        "bootstrap.min.css",
        "Satoshi-Variable.woff2",
        "Satoshi-Variable.woff",
        "Satoshi-Variable.ttf",
        "Satoshi-VariableItalic.woff2",
        "Satoshi-VariableItalic.woff",
        "Satoshi-VariableItalic.ttf",
        "red-alert.mp3"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ]
}