Acima Leasing - The No Credit Alternative

Acima Leasing - The No Credit Alternative

Lease the things you need with our no credit solution*

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Acima Leasing - The No Credit Alternative",
  "description": "Lease the things you need with our no credit solution*",
  "version": "1.50.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://www.bestbuy.com/*",
        "https://www.bestbuy.com/cart/*"
      ],
      "js": [
        "HTMLScreens.min.js",
        "popupclose.min.js",
        "config.min.js",
        "Main.min.js"
      ],
      "css": [
        "css/ac-ext-styles.css",
        "css/main.min.css"
      ]
    }
  ],
  "background": {
    "service_worker": "background.min.js"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "tabs",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "Icons/16x16.png",
    "48": "Icons/48x48.png",
    "128": "Icons/128x128.png"
  }
}