Stackit™ from LendingClub

Stackit™ from LendingClub

Stackit™ from LendingClub

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "2.4.8",
  "name": "Stackitâ„¢ from LendingClub",
  "short_name": "Stackitâ„¢",
  "description": "Stackitâ„¢ from LendingClub",
  "icons": {
    "128": "img/chromeStoreIcon.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "background",
    "webRequest",
    "unlimitedStorage",
    "cookies"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "action": {
    "default_icon": "img/chromeIconDeactivated.png"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "browser-polyfill.min.js",
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "resources": [
        "auth.html",
        "install.html",
        "install.css",
        "fonts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "shoppay.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}