DepopBooster: Refresh/Relist Depop Listing

DepopBooster: Refresh/Relist Depop Listing

Depop Booster bot: Refresh and Relist Depop listings automatically. Automate and boost your Depop account with ease

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DepopBooster: Refresh/Relist Depop Listing",
  "version": "1.0.5",
  "manifest_version": 3,
  "description": "Depop Booster bot: Refresh and Relist Depop listings automatically. Automate and boost your Depop account with ease",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "src/ui/index.html",
    "default_icon": "icons/icon16.png"
  },
  "background": {
    "service_worker": "src/bg/background-loader.js"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.depop.com/*",
        "*://webapi.depop.com/*"
      ],
      "all_frames": true,
      "js": [
        "src/inject/inject.js"
      ],
      "css": [
        "src/inject/main.css",
        "src/inject/css/bootstrap.css",
        "src/inject/css/framework.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts; script-src 'self' https://www.googletagmanager.com/* https://apis.google.com/* https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com"
  }
}