Disguise and simplify

Disguise and simplify

Simplify the looks of a website for easy reading and copying.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "simplehan.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/delgreg19.png",
    "default_popup": "popup.html",
    "default_title": "Simplify"
  },
  "description": "Simplify the looks of a website for easy reading and copying.",
  "icons": {
    "48": "icons/delgreg48.png"
  },
  "manifest_version": 2,
  "name": "Disguise and simplify",
  "permissions": [
    "activeTab"
  ],
  "version": "1.5",
  "web_accessible_resources": [
    "icons/favicon.png"
  ]
}