Depop Bot - Bump | Refresh your Listings

Depop Bot - Bump | Refresh your Listings

Bump is the #1 automation tool for Depop. It lets you automatically refresh your listings on Depop, leading to more sales for your…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Depop Bot - Bump | Refresh your Listings",
  "short_name": "Bump",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "*://*.depop.com/*",
        "*://depop.com/*"
      ],
      "css": [
        "app.css"
      ],
      "js": [
        "app.bundle.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "permissions": [
    "webRequest",
    "*://*.depop.com/*"
  ],
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-32.png",
    "48": "img/logo-48.png",
    "96": "img/logo-96.png",
    "128": "img/logo-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/logo-16.png",
      "32": "img/logo-32.png",
      "48": "img/logo-48.png",
      "96": "img/logo-96.png",
      "128": "img/logo-128.png"
    },
    "default_title": "Bump"
  },
  "version": "1.0.10"
}