Privacy Screen and Security Blur

Privacy Screen and Security Blur

Enhance Privacy and Security by Automatically Blurring Pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Privacy Screen and Security Blur",
  "short_name": "Privacy Screen",
  "description": "Enhance Privacy and Security by Automatically Blurring Pages",
  "permissions": [
    "activeTab",
    "identity",
    "identity.email",
    "storage"
  ],
  "version": "0.2",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.js",
        "script.js"
      ]
    }
  ],
  "manifest_version": 2,
  "browser_action": {
    "default_title": "Privacy Screen",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "16.png",
      "32": "32.png",
      "48": "48.png",
      "128": "128.png",
      "150": "150.png",
      "512": "512.png"
    }
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png",
    "150": "150.png",
    "512": "512.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}