Poshmark Closet Bot | PoshPop

Poshmark Closet Bot | PoshPop

Poshmark seller automation tool that is simple and affordable for sharing 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 Closet Bot | PoshPop",
  "description": "Poshmark seller automation tool that is simple and affordable for sharing on Poshmark.",
  "version": "3.5.4",
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "64": "icon.png",
    "128": "icon.png"
  },
  "action": {},
  "content_scripts": [
    {
      "matches": [
        "https://poshmark.com/*",
        "https://poshmark.ca/*"
      ],
      "js": [
        "js/content.js",
        "js/jquery.js",
        "js/jquery-ui.js",
        "template/js/bootstrap.js"
      ],
      "css": [
        "css/icheck.css"
      ]
    }
  ],
  "host_permissions": [
    "https://poshmark.com/*",
    "https://poshmark.ca/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/icon.png",
        "img/radio.svg",
        "img/checkbox.svg",
        "css/content.css",
        "template/css/style.css",
        "template/font-awesome/css/font-awesome.css",
        "template/css/custom.bootstrap.css",
        "template/css/animate.css",
        "template/css/plugins/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css",
        "css/ion.rangeSlider.min.css",
        "css/jquery.timepicker.min.css",
        "css/icheck.css",
        "css/awesome-bootstrap-checkbox.css",
        "js/jquery.js",
        "js/jquery-ui.js",
        "js/jquery-1.11.1.min.js",
        "js/jquery-ui-1.11.0.min.js",
        "template/js/bootstrap.js",
        "loading.gif",
        "js/icheck.min.js",
        "js/globals.js",
        "js/util.js",
        "js/sidebar.js",
        "template/font-awesome/fonts/*",
        "audio/notification_sound.mp3",
        "css/ebrima.ttf",
        "css/[email protected]",
        "css/green.png"
      ],
      "matches": [
        "https://poshmark.com/*",
        "https://poshmark.ca/*"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ]
}