SOLtools.xyz - Sniper, Rarity, and more.

SOLtools.xyz - Sniper, Rarity, and more.

Chrome extension to add overlays to marketplaces and give you access to SOLtools.xyz

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SOLtools.xyz - Sniper, Rarity, and more.",
  "description": "Chrome extension to add overlays to marketplaces and give you access to SOLtools.xyz",
  "version": "0.9.4",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://*.magiceden.io/*",
    "https://magiceden.io/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://magiceden.io/*",
        "https://*.magiceden.io/*"
      ],
      "css": [
        "content_me.css"
      ],
      "js": [
        "content_me.js"
      ]
    },
    {
      "matches": [
        "https://soltools.xyz/connect/"
      ],
      "js": [
        "content_soltools_connect.js"
      ]
    },
    {
      "matches": [
        "https://soltools.xyz/*"
      ],
      "js": [
        "content_soltools_check.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://soltools.xyz/*",
      "http://127.0.0.1:5500/*"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/logo16.png",
      "32": "/images/logo32.png",
      "48": "/images/logo48.png",
      "128": "/images/logo128.png"
    }
  },
  "icons": {
    "16": "/images/logo16.png",
    "32": "/images/logo32.png",
    "48": "/images/logo48.png",
    "128": "/images/logo128.png"
  }
}