Parified

Parified

Parified adds typographic love to websites with poor typography.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Parified",
  "description": "Parified adds typographic love to websites with poor typography.",
  "version": "0.0.0.3",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_title": "Parified paragraphs",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*"
      ],
      "js": [
        "popup.js"
      ]
    }
  ],
  "manifest_version": 2
}