Remove Helvetica Neue

Remove Helvetica Neue

Replaces Helvetica Neue font family from CSS font stack to use next fallback.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "https://www.twitter.com/alefalchi",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Replaces Helvetica Neue font family from CSS font stack to use next fallback.",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Remove Helvetica Neue",
  "version": "0.10"
}