Poshmark Bot Sharer by Flyp

Poshmark Bot Sharer by Flyp

Poshmark automation tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Poshmark Bot Sharer by Flyp",
  "description": "Poshmark automation tool",
  "version": "1.7.4",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "flypWeb.js"
      ],
      "matches": [
        "*://localhost/*",
        "*://tools.joinflyp.com/*",
        "*://flyp-tools-dev-web.herokuapp.com/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://localhost/*",
    "*://tools.joinflyp.com/*",
    "*://flyp-tools-dev-web.herokuapp.com/*",
    "*://*.poshmark.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "poshmarkPage.js"
      ],
      "matches": [
        "*://*.poshmark.com/*"
      ]
    }
  ],
  "icons": {
    "128": "icons/flyp.png"
  }
}