Poshmark Bot - ClosetPilot | Make More Sales

Poshmark Bot - ClosetPilot | Make More Sales

ClosetPilot is the #1 automation tool for Poshmark. It drives more sales for your business, and helps you get more followers and…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Poshmark Bot - ClosetPilot | Make More Sales",
  "short_name": "ClosetPilot",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "*://*.poshmark.ca/brand*",
        "*://*.poshmark.ca/category*",
        "*://*.poshmark.ca/closet*",
        "*://*.poshmark.ca/feed*",
        "*://*.poshmark.ca/find-people*",
        "*://*.poshmark.ca/likes*",
        "*://*.poshmark.ca/listing*",
        "*://*.poshmark.ca/news*",
        "*://*.poshmark.ca/party*",
        "*://*.poshmark.ca/search*",
        "*://*.poshmark.ca/showroom*",
        "*://*.poshmark.ca/user*",
        "*://*.poshmark.com/brand*",
        "*://*.poshmark.com/category*",
        "*://*.poshmark.com/closet*",
        "*://*.poshmark.com/feed*",
        "*://*.poshmark.com/find-people*",
        "*://*.poshmark.com/likes*",
        "*://*.poshmark.com/listing*",
        "*://*.poshmark.com/news*",
        "*://*.poshmark.com/party*",
        "*://*.poshmark.com/search*",
        "*://*.poshmark.com/showroom*",
        "*://*.poshmark.com/user*"
      ],
      "css": [
        "app.css"
      ],
      "js": [
        "app.bundle.js"
      ]
    },
    {
      "matches": [
        "*://*.poshmark.ca/brand*",
        "*://*.poshmark.ca/category*",
        "*://*.poshmark.ca/closet*",
        "*://*.poshmark.ca/feed*",
        "*://*.poshmark.ca/find-people*",
        "*://*.poshmark.ca/likes*",
        "*://*.poshmark.ca/listing*",
        "*://*.poshmark.ca/news*",
        "*://*.poshmark.ca/party*",
        "*://*.poshmark.ca/search*",
        "*://*.poshmark.ca/showroom*",
        "*://*.poshmark.ca/user*",
        "*://*.poshmark.com/brand*",
        "*://*.poshmark.com/category*",
        "*://*.poshmark.com/closet*",
        "*://*.poshmark.com/feed*",
        "*://*.poshmark.com/find-people*",
        "*://*.poshmark.com/likes*",
        "*://*.poshmark.com/listing*",
        "*://*.poshmark.com/news*",
        "*://*.poshmark.com/party*",
        "*://*.poshmark.com/search*",
        "*://*.poshmark.com/showroom*",
        "*://*.poshmark.com/user*"
      ],
      "js": [
        "listeners.bundle.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "alarms",
    "storage",
    "unlimitedStorage",
    "webRequest",
    "*://poshmark.com/",
    "*://poshmark.ca/"
  ],
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-32.png",
    "48": "img/logo-48.png",
    "96": "img/logo-96.png",
    "128": "img/logo-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/logo-16.png",
      "32": "img/logo-32.png",
      "48": "img/logo-48.png",
      "96": "img/logo-96.png",
      "128": "img/logo-128.png"
    },
    "default_title": "ClosetPilot"
  },
  "version": "2.2.7"
}