Tenable.io Web Application Scanning

Tenable.io Web Application Scanning

This extension helps you easily create and manage your web application scans for Tenable.io Web Application Scanning.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tenable.io Web Application Scanning",
  "short_name": "Tenable.io WAS",
  "version": "1.2.8",
  "version_name": "1.2.8",
  "homepage_url": "https://www.tenable.com/products/tenable-io/web-application-scanning",
  "description": "This extension helps you easily create and manage your web application scans for Tenable.io Web Application Scanning.",
  "manifest_version": 2,
  "icons": {
    "19": "icons/19.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_title": "Tenable.io",
    "default_icon": "icons/19.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "webNavigation",
    "notifications",
    "storage",
    "debugger",
    "downloads",
    "<all_urls>"
  ],
  "externally_connectable": {
    "ids": [
      "nkmmlnphajhildmnjkjkgkjnggpnhkhk"
    ],
    "matches": [
      "*://cloud.tenable.com/*",
      "*://*.cloud.aws.tenablesecurity.com/*",
      "*://*.fedcloud.tenable.com/*",
      "*://*.tenablesecurity.com/*",
      "*://*.nessus.org/*"
    ]
  },
  "web_accessible_resources": [
    "icons/icon128.png",
    "assets/prompt.js",
    "assets/indicator.js",
    "assets/highlight.css",
    "assets/fonts.css",
    "assets/fonts/*",
    "bootstrap.html",
    "indicator.html"
  ],
  "content_security_policy": "script-src 'self' 'sha256-W7QWmGne6B9hjKtOqoGmUFOPgpFcUo4Nr/yyMqtgXcU=' 'sha256-4cgtnhJWZr038A2+gTGcUgQL2QsJao6c0AiTxYYo6c8=' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "*://cloud.tenable.com/*",
        "*://*.cloud.aws.tenablesecurity.com/*",
        "*://*.fedcloud.tenable.com/*",
        "*://*.tenablesecurity.com/*",
        "*://*.nessus.org/*"
      ],
      "js": [
        "assets/inject_me.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "assets/background.js"
    ]
  }
}