Advanced Font Settings

Advanced Font Settings

Customize per-script font settings.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Advanced Font Settings",
  "version": "0.67",
  "manifest_version": 2,
  "description": "Customize per-script font settings.",
  "options_page": "options.html",
  "icons": {
    "16": "fonts16.png",
    "128": "fonts128.png"
  },
  "permissions": [
    "fontSettings"
  ]
}