Read-Ify

Makes text on pages more readable
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Read-Ify",
  "description": "Makes text on pages more readable",
  "version": "1.6",
  "author": "Matthew F Haidet",
  "icons": {
    "16": "redifyicon16.png",
    "48": "redifyicon48.png",
    "128": "redifyicon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.old.png"
  },
  "homepage_url": "http://www.vertagon.net/readify",
  "permissions": [
    "background",
    "tabs",
    "https://*/*",
    "http://*/*"
  ]
}