Closet Buddy | Poshmark Automation Tool

Closet Buddy | Poshmark Automation Tool

Your Magical Poshmark Buddy - The #1 Poshmark Tool

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 Buddy | Poshmark Automation Tool",
  "description": "Your Magical Poshmark Buddy - The #1 Poshmark Tool",
  "version": "1.2.11",
  "content_security_policy": "script-src 'self' https://code.jquery.com https://cdnjs.cloudflare.com https://static.delightfuly.com https://closetbuddy.io https://www.googletagmanager.com https://cdn.heapanalytics.com https://cdn.heapanalytics.com https://heapanalytics.com 'unsafe-inline' 'unsafe-eval'; img-src https://heapanalytics.com https://static.delightfuly.com https://dl.airtable.com; style-src https://heapanalytics.com 'unsafe-inline'; connect-src https://heapanalytics.com https://static.delightfuly.com https://closetbuddy.io; font-src https://heapanalytics.com; object-src 'self'",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "externally_connectable": {
    "matches": [
      "https://poshmark.com/*",
      "https://www.mercari.com/sell*",
      "https://closetbuddy.io/iframe.html"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://poshmark.com/*",
        "https://www.mercari.com/sell*",
        "https://closetbuddy.io/iframe.html"
      ],
      "js": [
        "inject.js"
      ],
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "content.js",
    "auto_share_many_items.js",
    "auto_share.js",
    "auto_follow_many_likers.js",
    "auto_offers.js",
    "auto_offer.js",
    "auto_post.js",
    "auto_walk.js",
    "inventory.csv",
    "auto_post_mercari.js",
    "auto_comment.js",
    "util.js",
    "file_upload.js",
    "auto_bundle_offer.js",
    "auto_counter_offer.js"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "https://poshmark.com/*",
    "https://www.mercari.com/sell*",
    "https://closetbuddy.io/iframe.html",
    "storage",
    "management"
  ]
}