Securify Advanced Web Protection

Securify Advanced Web Protection

Protect your sensitive information on the internet by managing extensions with an easy drag and drop interface.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Protect your sensitive information on the internet by managing extensions with an easy drag and drop interface.",
  "short_name": "Securify Advanced Web Protection",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "contextMenus",
    "tabs",
    "storage",
    "cookies",
    "webRequest",
    "notifications",
    "alarms",
    "management"
  ],
  "manifest_version": 3,
  "version": "1.5.4654",
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "action": {
    "default_title": "Securify",
    "default_icon": "icons/icon16.png"
  },
  "name": "Securify Advanced Web Protection"
}