Defender Pro QuickScan

Scans your computer for active viruses and malware
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Defender Pro QuickScan",
  "manifest_version": 2,
  "version": "0.9.9.121",
  "description": "Scans your computer for active viruses and malware",
  "plugins": [
    {
      "path": "npqscan.dll",
      "public": true
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}