Link Virus Check - Security Plus

Link Virus Check - Security Plus

Security Plus is a browser extension that provides free checking of urls for viruses. It uses up to 64 different antivirus products and scan engines to check for viruses that the user's own antivirus solution may have missed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Link Virus Check - Security Plus",
  "description": "Provides free checking of urls for viruses. It uses up to 64 different antivirus products and scan engines to check for viruses",
  "version": "0.3.1",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "activeTab",
    "notifications",
    "contextMenus",
    "https://www.virustotal.com/vtapi/*"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "common.js"
    ]
  },
  "web_accessible_resources": [
    "data/inject/*"
  ],
  "homepage_url": "https://add0n.com/security-plus.html",
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png"
  },
  "options_ui": {
    "page": "data/options/index.html",
    "chrome_style": true
  }
}