Safe Browsing 4 All

Safe Browsing 4 All

This extension will keep you safe on the net.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Safe Browsing 4 All",
  "description": "This extension will keep you safe on the net.",
  "version": "1.0",
  "action": {
    "default_popup": "popup.html"
  },
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "inject.js"
      ],
      "css": [
        "sb4a.css"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}