Line Height Adjuster

Line Height Adjuster

Make text on websites more readable again with this simple line height adjuster.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Line Height Adjuster",
  "version": "0.0.4",
  "description": "Make text on websites more readable again with this simple line height adjuster.",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png"
    },
    "default_title": "Line Height Adjuster",
    "default_popup": "popup.html"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage"
  ]
}