Poshmark Bot | Closet Tools

Poshmark Bot | Closet Tools

Closet Tools helps you automatically share items, get more followers, and make more sales on Poshmark.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Poshmark Bot | Closet Tools",
  "description": "Closet Tools helps you automatically share items, get more followers, and make more sales on Poshmark.",
  "version": "1.26.20",
  "content_scripts": [
    {
      "matches": [
        "*://*.poshmark.com/login*",
        "*://*.poshmark.com/feed*",
        "*://*.poshmark.com/closet*",
        "*://*.poshmark.com/category*",
        "*://*.poshmark.com/party*",
        "*://*.poshmark.com/brand*",
        "*://*.poshmark.com/user*",
        "*://*.poshmark.com/likes*",
        "*://*.poshmark.com/showroom*",
        "*://*.poshmark.com/listing*",
        "*://*.poshmark.com/search*",
        "*://*.poshmark.com/find-people*",
        "*://*.poshmark.com/browse*",
        "*://*.poshmark.ca/feed*",
        "*://*.poshmark.ca/closet*",
        "*://*.poshmark.ca/category*",
        "*://*.poshmark.ca/party*",
        "*://*.poshmark.ca/brand*",
        "*://*.poshmark.ca/user*",
        "*://*.poshmark.ca/likes*",
        "*://*.poshmark.ca/showroom*",
        "*://*.poshmark.ca/listing*",
        "*://*.poshmark.ca/search*",
        "*://*.poshmark.ca/find-people*",
        "*://*.poshmark.ca/browse*",
        "*://*.poshmark.ca/login*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "contentscript.min.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "main.min.js",
        "styles.css",
        "39795c0b4513de014cf8.woff",
        "b7bcc075b395c14ce8c2.woff2"
      ],
      "matches": [
        "https://poshmark.com/*",
        "https://poshmark.ca/*"
      ]
    }
  ],
  "icons": {
    "16": "logo-16.png",
    "32": "logo-32.png",
    "48": "logo-48.png",
    "96": "logo-96.png",
    "128": "logo-128.png"
  },
  "action": {
    "default_icon": {
      "16": "logo-16.png",
      "32": "logo-32.png",
      "48": "logo-48.png",
      "96": "logo-96.png",
      "128": "logo-128.png",
      "512": "logo-512.png",
      "1024": "logo-1024.png"
    },
    "default_title": "Poshmark Bot | Closet Tools"
  }
}