Carload Controller

Carload Controller

Carload extension controller

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Carload Controller",
  "description": "Carload extension controller",
  "version": "2.8.40",
  "icons": {
    "16": "obj-16x16.png",
    "32": "obj-32x32.png",
    "48": "obj-48x48.png",
    "128": "obj-128x128.png"
  },
  "permissions": [
    "management",
    "cookies"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "obj-16x16.png",
    "default_popup": "index.html"
  },
  "host_permissions": [
    "https://www.copart.com/*",
    "https://copart.com/*",
    "https://www.iaai.com/*",
    "https://iaai.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "type": "module"
    }
  ],
  "manifest_version": 3
}