Croissant — Shop with Guaranteed Buybacks™

Croissant — Shop with Guaranteed Buybacks™

Meet Croissant - a shopping tool for effortless reselling. Shop with Guaranteed Buybacks at your favorite brands and retailers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Croissant — Shop with Guaranteed Buybacks™",
  "description": "Meet Croissant - a shopping tool for effortless reselling. Shop with Guaranteed Buybacks at your favorite brands and retailers.",
  "version": "1.6.0",
  "manifest_version": 3,
  "icons": {
    "48": "assets/icons/blue/icon48.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": false
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {},
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "tabs",
    "cookies",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}