ClosetWitch | Poshmark Magic

ClosetWitch | Poshmark Magic

Relist from scratch, share in bulk. Just In: your day back!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ClosetWitch | Poshmark Magic",
  "description": "Relist from scratch, share in bulk. Just In: your day back!",
  "manifest_version": 3,
  "version": "1.6.15",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "cookies",
    "identity"
  ],
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png"
    }
  },
  "host_permissions": [
    "*://*.poshmark.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.poshmark.com/*",
        "https://*.poshmark.ca/*",
        "https://*.poshmark.com.au/*"
      ],
      "css": [
        "global.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "captcha_alert.mp3",
        "star-background.svg",
        "logo_migra_bold_gradient.svg",
        "Lato-Regular.ttf",
        "list-assist-logo.png",
        "Migra-Extrabold.otf",
        "icon16.png",
        "icon48.png"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [],
      "use_dynamic_url": true
    }
  ],
  "background": {
    "service_worker": "background.js"
  }
}