Poshmark Sharing Tool

Poshmark Sharing Tool

Poshmark Sharing Tool by WiseSolutions, LLC

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Poshmark Sharing Tool",
  "version": "0.4.0",
  "description": "Poshmark Sharing Tool by WiseSolutions, LLC",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://pstdj.herokuapp.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.poshmark.com/*",
      "*://*.poshmark.ca/*",
      "*://*.poshmark.au/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "star.png",
        "buttPress.js",
        "analytic.js",
        "style.css"
      ],
      "matches": [
        "https://poshmark.com/*",
        "https://poshmark.au/*",
        "https://poshmark.ca/*",
        "https://pstdj.herokuapp.com/*"
      ],
      "use_dynamic_url": false
    }
  ]
}