Booost for Depop

Booost for Depop

Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Booost for Depop",
  "version": "1.4.1",
  "short_name": "Booost",
  "background": {
    "scripts": [
      "app/background.js"
    ]
  },
  "description": "Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!",
  "page_action": {
    "default_icon": "icon38-inactive.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://depop.com/*",
        "https://www.depop.com/*"
      ],
      "js": [
        "/static/js/app.js",
        "/static/js/content.js"
      ]
    }
  ],
  "icons": {
    "128": "icon128.png",
    "192": "icon192.png"
  },
  "content_security_policy": "script-src 'self' https://js.stripe.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}