CAST Highlight SCA Chrome Extension

CAST Highlight SCA Chrome Extension

Check health of Open Source components directly from forge websites (github, gitlab, npmjs...)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CAST Highlight SCA Chrome Extension",
  "description": "Check health of Open Source components directly from forge websites (github, gitlab, npmjs...)",
  "version": "0.0.20",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.6.0.min.js"
      ],
      "bts": [
        "bootstrap.bundle.min.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "cookies"
  ],
  "host_permissions": [
    "https://doc.casthighlight.com/"
  ],
  "action": {
    "default_title": "Click to login with your CAST Highlight user account and see repository's information",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "/images/hl-16.png",
    "32": "/images/hl-32.png",
    "48": "/images/hl-48.png",
    "128": "/images/hl-128.png"
  }
}