Online AntiVirus Protection

Online AntiVirus Protection

Online URL scan through context menu, file scan through webapp and malware protection through safe search.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Online AntiVirus Protection ",
  "version": "2.700",
  "description": "Online URL scan through context menu, file scan through webapp and malware protection through safe search.",
  "offline_enabled": true,
  "omnibox": {
    "keyword": "safe"
  },
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://chromeapps.site/icon.png",
      "is_default": true,
      "keyword": "Antivirus Scan Search",
      "name": "Antivirus Scan Search",
      "search_url": "https://suggest.chromeapps.site/search/index.html?q={searchTerms}"
    }
  }
}