Closet Betty

Closet Betty

Grow your Poshmark sales with the easy-to-use, one-click automation suite built by successful Poshmark sellers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Closet Betty",
  "description": "Grow your Poshmark sales with the easy-to-use, one-click automation suite built by successful Poshmark sellers.",
  "version": "1.0.6",
  "browser_action": {
    "default_icon": "hanger1.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "hanger1.png",
    "48": "hanger_icon_48x48.gif",
    "128": "hanger_icon_128x128.png"
  },
  "background": {
    "scripts": [
      "jquery-3.3.1.slim.min.js",
      "socket.io.js",
      "background.js",
      "moment.min.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://poshmark.com/*",
        "https://poshmark.ca/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "chrome_url_overrides": {},
  "web_accessible_resources": [
    "alert-sound.mp3"
  ],
  "options_page": "options.html",
  "permissions": [
    "notifications",
    "alarms",
    "storage",
    "activeTab",
    "tabs",
    "https://poshmark.com/*",
    "https://poshmark.ca/*",
    "https://api.closetbetty.com/*"
  ]
}