Malware & URL Scanner

Malware & URL Scanner

Malware & URL Scanner Chrome extension helps to scan websites or domain, IP for malware, phishing, and spam content.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Malware & URL Scanner",
  "version": "1.0",
  "description": "Malware & URL Scanner Chrome extension helps to scan websites or domain, IP for malware, phishing, and spam content.",
  "short_name": "URL Scanner",
  "author": "D09r",
  "homepage_url": "https://chrome.google.com/webstore/search/d09r?_category=extensions",
  "icons": {
    "16": "img/ico-16.png",
    "32": "img/ico-32.png",
    "128": "img/ico-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "incognito": "spanning",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "browser_style": true,
    "default_icon": {
      "16": "img/ico-16.png",
      "32": "img/ico-32.png"
    },
    "default_title": "Malware & URL Scanner - now available on Chrome, Firefox and Microsoft Edge browsers",
    "default_popup": "opt-in.html"
  },
  "offline_enabled": false,
  "omnibox": {
    "keyword": "malware"
  },
  "options_page": "url-scanner.html?utm_source=chrome&utm_medium=extension_options",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+U",
        "windows": "Ctrl+U",
        "mac": "Command+U",
        "chromeos": "Ctrl+U",
        "linux": "Ctrl+U"
      }
    }
  }
}