Poshmark Sidekick

Poshmark Sidekick

Poshmark Sidekick creates an easy way to view your closet and share items quickly.

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 Sidekick",
  "version": "1.0.9",
  "description": "Poshmark Sidekick creates an easy way to view your closet and share items quickly.",
  "permissions": [
    "webNavigation",
    "storage",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "https://api.gumroad.com/v2/licenses/verify",
    "https://poshmark.com/",
    "https://poshmark.ca/",
    "https://poshmark.com.au/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/16.png",
      "48": "images/48.png",
      "128": "images/128.png"
    }
  },
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "externally_connectable": {
    "matches": [
      "https://poshmark.com/",
      "https://www.poshmark.com/",
      "https://poshmark.ca/",
      "https://www.poshmark.ca/",
      "https://poshmark.com.au/",
      "https://www.poshmark.com.au/"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "Poshmark.css",
        "Poshmark_followers.css",
        "Poshmark_party.css",
        "share.js",
        "background.js",
        "jquery-3.5.1.min.js",
        "fonts/Roboto-Regular.ttf",
        "fonts/Roboto-Bold.ttf",
        "fonts/Roboto-Light.ttf"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}