Closet Kit: #1 Poshmark Sharing Tool

Closet Kit: #1 Poshmark Sharing Tool

A Poshmark Compliant Sharing Tool which allows you to share SUPER FAST on Poshmark.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Closet Kit: #1 Poshmark Sharing Tool",
  "version": "1.1.4.3",
  "description": "A Poshmark Compliant Sharing Tool which allows you to share SUPER FAST on Poshmark.",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "96": "96.png",
    "128": "128.png"
  },
  "action": {
    "default_icon": {
      "16": "16.png",
      "32": "32.png",
      "48": "48.png",
      "96": "96.png",
      "128": "128.png"
    },
    "default_title": "Closet Kit: #1 Poshmark Sharing Tool"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "build/index.js"
      ],
      "matches": [
        "*://*.poshmark.com/*",
        "*://*.poshmark.ca/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.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.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*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "build/index.css"
      ]
    }
  ],
  "manifest_version": 3
}