PoshTools

PoshTools

Poshmark automation that helps you make more sales, get more followers and more shares for your inventory.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "16": "build/images/logo-16.png",
      "32": "build/images/logo-32.png",
      "48": "build/images/logo-48.png",
      "96": "build/images/logo-96.png",
      "128": "build/images/logo-128.png"
    },
    "default_title": "Posh Tools"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "content_scripts": [
    {
      "css": [
        "build/css/styles.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.poshmark.com/closet*",
        "*://*.poshmark.com/feed*",
        "*://*.poshmark.com/category*",
        "*://*.poshmark.com/party*",
        "*://*.poshmark.com/brand*",
        "*://*.poshmark.com/user*",
        "*://*.poshmark.com/likes*",
        "*://*.poshmark.com/showroom*",
        "*://*.poshmark.com/listing*"
      ]
    }
  ],
  "description": "Poshmark automation that helps you make more sales, get more followers and more shares for your inventory.",
  "icons": {
    "16": "build/images/logo-16.png",
    "32": "build/images/logo-32.png",
    "48": "build/images/logo-48.png",
    "96": "build/images/logo-96.png",
    "128": "build/images/logo-128.png"
  },
  "manifest_version": 2,
  "name": "PoshTools",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.16",
  "web_accessible_resources": [
    "build/js/index.js"
  ]
}