Hoverscan

Hoverscan

A Browser extension show and tag address/contract cross-chain.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.60403714.png",
    "32": "icon32.plasmo.8e850565.png",
    "48": "icon48.plasmo.37989d43.png",
    "64": "icon64.plasmo.a993afcb.png",
    "128": "icon128.plasmo.9b3294c4.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.60403714.png",
      "32": "icon32.plasmo.8e850565.png",
      "48": "icon48.plasmo.37989d43.png",
      "64": "icon64.plasmo.a993afcb.png",
      "128": "icon128.plasmo.9b3294c4.png"
    }
  },
  "version": "0.1.3",
  "author": "izayl",
  "name": "Hoverscan",
  "description": "A Browser extension show and tag address/contract cross-chain.",
  "homepage_url": "https://github.com/izayl/hoverscan",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.536b741d.js"
      ],
      "all_frames": true,
      "css": []
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "ccip.20141579.js",
        "content.28214ca6.css",
        "content.35f832bb.png",
        "content.3665a48d.svg",
        "content.48979126.svg",
        "content.1a4a12a6.png",
        "content.8ba48472.svg",
        "content.cad4712c.png",
        "content.d70f20cf.png",
        "content.b895ea1c.svg",
        "content.31bb4c03.svg",
        "content.33e3f021.svg",
        "content.4466fd74.png",
        "content.ed5d0a82.svg",
        "content.2cc5b5f1.png",
        "content.9ea9d8f9.png",
        "content.acd8c60e.png",
        "content.1e02c174.svg",
        "content.acb9a9f6.svg",
        "content.eb870193.svg",
        "content.9078dff7.svg",
        "content.066b3f9d.svg",
        "content.8840e86b.svg",
        "content.118a7fba.svg",
        "content.04287e13.svg",
        "content.03533250.png",
        "content.f15f4782.png",
        "content.b00f35ee.svg",
        "content.d2ed77dd.svg",
        "content.af9e028e.svg",
        "content.f88f6e00.css",
        "content.09976a64.svg",
        "content.20a20e83.css",
        "content.4a292901.png",
        "content.e967f923.svg",
        "content.fd37d639.svg"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}