Supreme bot

Supreme bot

Supreme Bot is a good tool that halps you with copping supreme products very fast.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Supreme bot",
  "version": "0.1",
  "manifest_version": 2,
  "description": "Supreme Bot is a good tool that halps you with copping supreme products very fast. ",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Supreme Call",
    "default_popup": "extension.html"
  },
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "js": [
        "feed.js"
      ],
      "html": [
        "extension.html"
      ],
      "matches": [
        "https://www.supremenewyork.com/checkout*"
      ]
    }
  ]
}