Eye

Eye

The EYE is always watching for you

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "The EYE is always watching for you",
  "version": "1.0.3",
  "manifest_version": 3,
  "name": "Eye",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.opensea.io/*",
        "https://*.eye.watch/*",
        "https://*.x2y2.io/*",
        "https://*.rarible.com/*",
        "https://*.looksrare.org/*",
        "https://*.gem.xyz/*",
        "https://*.genie.xyz/*",
        "https://*.blur.io/*",
        "https://*.etherscan.io/*",
        "https://*.twitter.com/*",
        "https://*.uniswap.org/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "devtools_page": "devtools.html",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*.opensea.io/*",
    "https://*.eye.watch/*",
    "https://*.x2y2.io/*",
    "https://*.rarible.com/*",
    "https://*.looksrare.org/*",
    "https://*.gem.xyz/*",
    "https://*.genie.xyz/*",
    "https://*.blur.io/*",
    "https://*.etherscan.io/*",
    "https://*.twitter.com/*",
    "https://*.uniswap.org/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "script.bundle.js"
      ],
      "matches": [
        "https://*.opensea.io/*",
        "https://*.eye.watch/*",
        "https://*.x2y2.io/*",
        "https://*.rarible.com/*",
        "https://*.looksrare.org/*",
        "https://*.gem.xyz/*",
        "https://*.genie.xyz/*",
        "https://*.blur.io/*",
        "https://*.etherscan.io/*",
        "https://*.twitter.com/*",
        "https://*.uniswap.org/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://metamask.io/*"
    ],
    "ids": [
      "*"
    ]
  }
}