Secured Downloads

Secured Downloads

Scan your downloads and make sure you are secured

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Secured Downloads",
  "description": "Scan your downloads and make sure you are secured",
  "version": "1.1.2",
  "minimum_chrome_version": "38",
  "permissions": [
    "downloads",
    "webNavigation",
    "notifications",
    "http://www.virustotal.com/",
    "<all_urls>"
  ],
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "web_accessible_resources": [
    "good.png",
    "bad.jpg",
    "unknown.jpg"
  ],
  "background": {
    "page": "background.html"
  },
  "content_security_policy": "script-src 'self' https://www.virustotal.com https://ajax.googleapis.com https://ssl.google-analytics.com; object-src 'self';",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}