Antivirus Malware Protection

Antivirus Malware Protection

Online Malware Scan helps you protect against viruses by providing safe search and file scanner.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Antivirus Malware Protection",
  "version": "1.0",
  "description": "Online Malware Scan helps you protect against viruses by providing safe search and file scanner.",
  "offline_enabled": true,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "128": "icon.png"
  }
}