Poshmark Tools: PoshAccess

Poshmark Tools: PoshAccess

Poshmark share and follow assist tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Poshmark Tools: PoshAccess",
  "version": "0.2.3",
  "description": "Poshmark share and follow assist tool",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "48": "img/PALogo200.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://poshmark.com/closet*",
        "*://poshmark.com/party*",
        "*://poshmark.com/category*",
        "*://poshmark.com/search*",
        "*://poshmark.com/brand*",
        "*://poshmark.com/*followers",
        "*://poshmark.com/*following",
        "*://poshmark.com/showroom*",
        "*://poshmark.ca/closet*",
        "*://poshmark.ca/party*",
        "*://poshmark.ca/category*",
        "*://poshmark.ca/search*",
        "*://poshmark.ca/brand*",
        "*://poshmark.ca/*followers",
        "*://poshmark.ca/*following",
        "*://poshmark.ca/showroom*"
      ],
      "exclude_matches": [
        "*://poshmark.com/closet*/bundle/*",
        "*://poshmark.ca/closet*/bundle/*"
      ],
      "js": [
        "content.js",
        "share-content.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs"
  ],
  "web_accessible_resources": [
    "styles.css",
    "img/CAPTCHA_chime.mp3",
    "img/btc.svg",
    "img/doge.svg"
  ]
}