AntiSwap - Crypto Exchange Rating

AntiSwap - Crypto Exchange Rating

Instant detection of scams and protection against KYC traps in cryptocurrency exchange.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.1",
  "manifest_version": 3,
  "default_locale": "ru",
  "name": "__MSG_extensionName__",
  "short_name": "AntiSwap",
  "description": "__MSG_extensionDescription__",
  "background": {
    "service_worker": "js/bg.js"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "icons/n.png"
  },
  "icons": {
    "16": "icons/n.png",
    "48": "icons/n.png",
    "128": "icons/n.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "cookies",
    "scripting",
    "webNavigation",
    "tabs",
    "alarms",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}