Sonatype Nexus IQ Evaluation

Sonatype Nexus IQ Evaluation

Sonatype Nexus IQ Evaluation - Scan Open Source Repositories for known Vulnerabilities.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sonatype Nexus IQ Evaluation",
  "description": "Sonatype Nexus IQ Evaluation - Scan Open Source Repositories for known Vulnerabilities.",
  "author": "Cameron Townshend - [email protected]",
  "version": "1.10.0",
  "manifest_version": 2,
  "content_security_policy": "default-src 'none'; script-src 'self'; object-src 'none'; connect-src *; style-src 'self' data: 'unsafe-inline'; form-action 'none'; frame-ancestors 'none'; frame-src 'none'; sandbox allow-popups allow-same-origin allow-scripts;",
  "optional_permissions": [
    "*://*/*",
    "tabs",
    "notifications"
  ],
  "permissions": [
    "activeTab",
    "declarativeContent",
    "cookies",
    "background",
    "storage",
    "https://pkgs.alpinelinux.org/",
    "https://anaconda.org/anaconda/",
    "https://community.chocolatey.org/",
    "https://clojars.org/",
    "https://cocoapods.org/",
    "https://cran.r-project.org/",
    "https://crates.io/",
    "https://packages.debian.org/",
    "https://github.com/",
    "https://mvnrepository.com/",
    "https://www.npmjs.com/",
    "https://www.nuget.org/",
    "https://ossindex.sonatype.org/",
    "https://packagist.org/",
    "https://pypi.org/",
    "https://repo1.maven.org/",
    "https://repo.maven.apache.org/",
    "https://rpmfind.net/linux/RPM/epel/",
    "https://rubygems.org/",
    "https://pkg.go.dev/",
    "https://search.maven.org/",
    "https://repo.spring.io/list/",
    "https://conan.io/center/",
    "https://tracker.debian.org/pkg/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://pkgs.alpinelinux.org/package/*",
        "https://anaconda.org/anaconda/*",
        "https://community.chocolatey.org/packages/*",
        "https://clojars.org/*",
        "https://cocoapods.org/*",
        "https://conan.io/center/*",
        "https://cran.r-project.org/*",
        "https://crates.io/*",
        "https://packages.debian.org/*",
        "https://tracker.debian.org/pkg/*",
        "https://github.com/*/releases/tag/*",
        "https://mvnrepository.com/*",
        "https://www.npmjs.com/*",
        "https://www.nuget.org/*",
        "https://ossindex.sonatype.org/*",
        "https://packagist.org/*",
        "https://pypi.org/*",
        "https://repo1.maven.org/*",
        "https://repo.maven.apache.org/*",
        "https://repo.spring.io/list/*",
        "https://rpmfind.net/linux/RPM/epel/*",
        "https://rubygems.org/*",
        "https://pkg.go.dev/*",
        "https://search.maven.org/*"
      ],
      "css": [
        "css/pagestyle.css"
      ],
      "js": [
        "Scripts/lib/jquery.min.js",
        "Scripts/utils.js",
        "Scripts/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "images/*"
  ],
  "background": {
    "page": "html/background.html"
  },
  "page_action": {
    "default_popup": "html/popup.html",
    "default_icon": {
      "16": "images/SON_logo_favicon.png",
      "32": "images/SON_logo_favicon.png",
      "48": "images/SON_logo_favicon.png",
      "128": "images/SON_logo_favicon.png"
    }
  },
  "icons": {
    "16": "images/SON_logo_favicon.png",
    "32": "images/SON_logo_favicon.png",
    "48": "images/SON_logo_favicon.png",
    "128": "images/SON_logo_favicon.png"
  },
  "options_ui": {
    "page": "html/options.html?ver=1.9.8",
    "open_in_tab": true
  }
}