A3GIS - Web3 Scam Shield

A3GIS - Web3 Scam Shield

Real-Time protection from scams. Community Powered.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "A3GIS - Web3 Scam Shield",
  "description": "Real-Time protection from scams. Community Powered.",
  "version": "0.0.0.3",
  "manifest_version": 3,
  "background": {
    "service_worker": "/src/scripts/background.js",
    "type": "module"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://ext-worker.rugblocker.workers.dev/"
  ],
  "action": {
    "default_popup": "/src/app.html",
    "default_icon": {
      "16": "/images/logo16gray.png",
      "48": "/images/logo48.png",
      "128": "/images/logo128.png"
    }
  },
  "icons": {
    "16": "/images/logo16.png",
    "48": "/images/logo48.png",
    "128": "/images/logo128.png"
  }
}