Download Virus Scanner

Download Virus Scanner

Auto scan all the download files against well-known anti-viruses using VirusTotal API.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistant": false,
    "service_worker": "/js/bg-worker.js"
  },
  "default_locale": "en",
  "description": "__MSG_application_description__",
  "homepage_url": "https://virus-scanner.freebusinessapps.net/",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png",
    "256": "images/256.png",
    "512": "images/512.png"
  },
  "manifest_version": 3,
  "name": "__MSG_application_title__",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "tabs",
    "downloads",
    "notifications"
  ],
  "host_permissions": [
    "https://www.virustotal.com/*"
  ],
  "version": "3.0.0",
  "action": {
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "48": "images/48.png",
      "64": "images/64.png"
    },
    "default_popup": "popup.html"
  }
}