CarSpace

CarSpace

Copart and IAAI auctions management.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CarSpace",
  "description": "Copart and IAAI auctions management.",
  "version": "2.8.38",
  "icons": {
    "16": "obj-16x16.png",
    "32": "obj-32x32.png",
    "48": "obj-48x48.png",
    "128": "obj-128x128.png"
  },
  "permissions": [
    "storage",
    "management"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "obj-16x16.png",
    "default_popup": "./html/index.html"
  },
  "host_permissions": [
    "https://www.copart.com/*",
    "https://copart.com/*",
    "https://www.iaai.com/*",
    "https://iaai.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "./css/content.css"
      ],
      "js": [
        "./components/generateCopartAdditionalSection.js",
        "./modules/domManipulate.js",
        "./modules/core.js",
        "./modules/jquery.js",
        "./modules/axios.min.js",
        "content.js"
      ],
      "type": "module"
    }
  ],
  "manifest_version": 3
}