Safehouse PC/Mac (formerly Bodyguard)

Safehouse PC/Mac (formerly Bodyguard)

Protect yourself, your data and your privacy online, and secure your computer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.18700128.png",
    "32": "icon32.plasmo.b6b47ce3.png",
    "48": "icon48.plasmo.eac141ce.png",
    "64": "icon64.plasmo.6ea615b8.png",
    "128": "icon128.plasmo.651711eb.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.18700128.png",
      "32": "icon32.plasmo.b6b47ce3.png",
      "48": "icon48.plasmo.eac141ce.png",
      "64": "icon64.plasmo.6ea615b8.png",
      "128": "icon128.plasmo.651711eb.png"
    },
    "default_popup": "popup.html"
  },
  "version": "3.2.4",
  "author": "Safehouse Tech",
  "name": "Safehouse PC/Mac (formerly Bodyguard)",
  "description": "Protect yourself, your data and your privacy online, and secure your computer.",
  "background": {
    "service_worker": "background.d5306455.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "tabs",
    "unlimitedStorage",
    "storage",
    "privacy",
    "contentSettings",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback",
    "contextMenus",
    "system.cpu",
    "system.memory"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.2b4bf174.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "enabled": false,
        "id": "adv",
        "path": "adv.1ea23e48.json"
      },
      {
        "enabled": false,
        "id": "adv-filter",
        "path": "adv-filter-list.88e2404d.json"
      },
      {
        "enabled": false,
        "id": "susp",
        "path": "susp.5a0c0c2f.json"
      }
    ]
  },
  "short_name": "Bodyguard",
  "default_locale": "en",
  "web_accessible_resources": [
    {
      "resources": [
        "assets/fonts/TomatoGrotesk-Medium.ttf",
        "assets/images/*.*",
        "tabs/block.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}