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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAke9ieRT3pjODpChLb0cuxmeMZ11b+wTavsxIOmKWMiEZm9ZO1IFa9fApV5WL5jA0Vg05ovpHFV+mYmu32xZrTbFowlGU08Cxc5qn4C3cAtC6zjRwbCsmGm7KXtjxemARQZvyvWCayG3BnfcyhieRzOQj83pymYf6+ZKomjOoLlzhDsV3raaPCDV/D+b6J1kD9nkN2BuYdfBWTgGdH73JG9nGN0iQ3mR6cIS29JoZfy/E4KPuDYzVJdZkenxuY6WCtM9zEaqUNepteDV32L6NntNcx/D8vLKCoKwIIZjJcrK+KcTGa1nYsrXi04B5BpMuYOcF8v3Lyqwcuqgto+vb5wIDAQAB",
  "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"
  ]
}