Depop Bot - Debob

Depop Bot - Debob

The Smart Depop Bot helps you get more followers and likes, spend less time and make more money on Depop.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Depop Bot - Debob",
  "description": "The Smart Depop Bot helps you get more followers and likes, spend less time and make more money on Depop.",
  "version": "2.5.9",
  "manifest_version": 3,
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "permissions": [
    "alarms",
    "tabs",
    "cookies",
    "storage",
    "scripting",
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "*://*.depop.com/",
    "https://debob.co/",
    "https://*.amazonaws.com/"
  ],
  "action": {
    "default_title": "Depop Bot - Debob",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src *; font-src *; img-src *; style-src * 'unsafe-inline'"
  }
}