Stealth Mode Privacy Screen

Stealth Mode Privacy Screen

Adds a blur effect on the browser window to add a better level of privacy when needed. Can be easily toggled via the extensions options pop up. Clicking "Stealth Mode" applies the filter and clicking "Reset" removes the filter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Stealth Mode Privacy Screen",
  "version": "0.1",
  "description": "Adds a blur effect on the broswer to add a better level of privacy when needed.",
  "icons": {
    "48": "icons/mask-solid.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/mask-solid.png",
    "default_title": "Stealth Mode Privacy Screen",
    "default_popup": "popup/app.html"
  }
}