Auto Posher – Passwordless Authenticator

Auto Posher – Passwordless Authenticator

Auto Posher is a Poshmark, Mercari, and Depop VA, automating actions to increase sales.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Auto Posher – Passwordless Authenticator",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5AbRqSR20jyb0h6CFibbsu2Y7Z1j8zXTuBW6VX18TTryCy2F/0rwd/mRre1gJr9YSotMYEVYIsNg7SNbx4v6VxkDQDiQLmRtMrQD/m6bapqIApj7ym6KMvf1IGGlyhfy2yd7IHYPJKyg5PPzJK3tJB5JVojoiHk0i44b3fS/L4tfxmOJYtHpoS+86lvF0VT7DsFGFn/tjr5ucUDDAqvyMyMDV5M2huSonEylwTOr1F7yQbvU5ZPJgjx6m1CElddUqZ+o/CaqiBDfoQCI/gx5MbkDl1izpT5C8yeEYPb93X81A+QynEbM7hmDhRFbXZa43YZF5+5T/GqHgsWA0bXDTwIDAQAB",
  "description": "Auto Posher is a Poshmark, Mercari, and Depop VA, automating actions to increase sales.",
  "version": "2.0.0",
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png"
    },
    "default_popup": "index.html",
    "default_title": "Auto Posher – Passwordless Authenticator"
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "author": "[email protected]",
  "homepage_url": "https://autoposher.com",
  "host_permissions": [
    "*://*.poshmark.com/",
    "*://*.poshmark.ca/",
    "*://*.mercari.com/",
    "*://*.depop.com/",
    "*://*.autoposher.com/"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "*://*.poshmark.com/",
      "*://*.autoposher.com/*"
    ]
  },
  "permissions": [
    "cookies"
  ]
}