Exchange+

Exchange+

QoL stuff around The Exchange

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Exchange+",
  "description": "QoL stuff around The Exchange",
  "version": "1.1.0",
  "manifest_version": 3,
  "host_permissions": [
    "*://*.cloud.capitalone.com/*"
  ],
  "action": {
    "default_popup": "main.html",
    "default_icon": "assets/img/exchange.png"
  },
  "permissions": [
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.cloud.capitalone.com/*"
      ],
      "js": [
        "src/jenkins.js"
      ]
    }
  ]
}