Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nessus Improvements", "description": "UI improvements for Tenable Nessus", "icons": { "16": "images\/Tenable Nessus+ icon (16x16).png", "48": "images\/Tenable Nessus+ icon (48x48).png", "128": "images\/Tenable Nessus+ icon (128x128).png" }, "version": "1.12.617", "manifest_version": 2, "permissions": [ "https:\/\/localhost:8834\/*" ], "content_scripts": [ { "js": [ "js\/nessus_contentScript.js" ], "css": [ "css\/nessus.css" ], "matches": [ "https:\/\/localhost:8834\/*" ], "run_at": "document_end", "all_frames": true } ], "background": { "scripts": [ "js\/nessus_Background.js" ], "persistent": false } }