VeloViewer Prettifier

VeloViewer Prettifier

Improves readability of VeloViewer and makes it more pleasing to the eyes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "VeloViewer Prettifier",
  "description": "Improves readability of VeloViewer and makes it more pleasing to the eyes",
  "version": "0.1",
  "permissions": [
    "http://veloviewer.com/*"
  ],
  "web_accessible_resources": [
    "jquery-2.0.3.min.map"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://veloviewer.com/*"
      ],
      "js": [
        "jquery-2.0.3.min.map",
        "changefont.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png"
  }
}