Bot for Depop - Grow - SellerAider

Bot for Depop - Grow - SellerAider

Our Bot will help you start making sales quicker than ever on Depop!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bot for Depop - Grow - SellerAider",
  "version": "1.5.28",
  "short_name": "Bot for Depop",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "optional_permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.depop.com/*"
  ],
  "icons": {
    "16": "./images/16x16.png",
    "128": "./images/128x128.png"
  },
  "description": "Our Bot will help you start making sales quicker than ever on Depop!",
  "content_scripts": [
    {
      "matches": [
        "https://depop.com/*",
        "https://www.depop.com/*"
      ],
      "js": [
        "/app.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://js.stripe.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}