SafeDrop Free - Supreme and Palace Helper

SafeDrop Free - Supreme and Palace Helper

SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [],
  "manifest_version": 2,
  "name": "SafeDrop Free - Supreme and Palace Helper",
  "icons": {
    "16": "icons/safedrop.png",
    "48": "icons/safedrop.png",
    "128": "icons/safedrop.png"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/lib/jquery-3.3.1.min.js",
        "js/palace.js"
      ],
      "matches": [
        "*://shop.palaceskateboards.com/*",
        "*://shop-usa.palaceskateboards.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/lib/jquery-3.3.1.min.js",
        "js/supreme.js"
      ],
      "matches": [
        "*://www.supremenewyork.com/shop/*",
        "*://www.supremenewyork.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "css/supreme.css"
      ],
      "matches": [
        "*://www.supremenewyork.com/*"
      ]
    },
    {
      "css": [
        "css/palace.css"
      ],
      "matches": [
        "*://*.palaceskateboards.com/*"
      ]
    }
  ],
  "version": "1.0.2.2",
  "version_name": "1.0.2.2"
}