Greeked and blurred

Greeked and blurred

Blurs, greeks (dummy text, 'lorem ipsum') web elements and focuses on the form.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Greeked and blurred",
  "description": "Blurs, greeks (dummy text, 'lorem ipsum') web elements and focuses on the form.",
  "version": "1.0.6",
  "permissions": [
    "tabs"
  ],
  "icons": {
    "128": "img/icon-128.png"
  },
  "background": {
    "scripts": [
      "background-bundle.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/content-bundle.js"
      ],
      "css": [
        "content/content.css"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "img/icon-128.png"
  },
  "web_accessible_resources": [
    "content-app/index.html"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}