Stelo

Stelo

Stelo secures crypto transactions so you can explore web3 with confidence. Stelo simulates every transaction before it reaches…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Stelo",
  "version": "2.0.8",
  "action": {
    "default_popup": "src/index.html"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.injector.ts.d4dac819.9d5e71cd.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "js": [
        "assets/content-script-loader.extension.713f24b1.6104cabc.js"
      ],
      "matches": [
        "http://etherscan.io/*",
        "https://etherscan.io/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*/*"
      ],
      "resources": [
        "src/static/*.ttf",
        "src/static/*.png",
        "src/static/*.svg"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/messages.c80bda0c.js",
        "assets/filter.22ff6ea9.js",
        "assets/injectedScript.a4b92676.js",
        "assets/v4.c6b7c3a7.js",
        "assets/_commonjsHelpers.4e997714.js",
        "assets/logger.60f0c412.js",
        "assets/ethers.39156a24.js",
        "assets/injector.ts.d4dac819.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "http://etherscan.io/*",
        "https://etherscan.io/*"
      ],
      "resources": [
        "assets/extension.713f24b1.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "storage"
  ]
}