Smart Scanner

Smart Scanner

Enables safer browsing experiences across the Internet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smart Scanner",
  "version": "1.1",
  "minimum_chrome_version": "78",
  "description": "Enables safer browsing experiences across the Internet",
  "permissions": [
    "activeTab",
    "storage",
    "https://safebrowsing.googleapis.com/v4/"
  ],
  "background": {
    "scripts": [
      "/entry/background/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "/assets/logo/128-logo.png",
    "default_popup": "/entry/popup/popup.html"
  },
  "web_accessible_resources": [
    "/assets/icon/green-badge.png",
    "/assets/icon/red-badge-obs.png",
    "/assets/icon/red-badge.svg"
  ],
  "icons": {
    "128": "/assets/logo/cws-logo.png"
  },
  "commands": {
    "TOGGLE_BADGES": {
      "suggested_key": {
        "default": "Alt+L"
      },
      "description": "Toggle link security badges"
    }
  },
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "{6ac298a5-88f8-44a3-8a40-0766bcdbc1d0}",
      "strict_min_version": "60.0"
    }
  }
}