Custom groove Font Settings

Customize per-script font settings.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Custom groove Font Settings",
  "version": "0.68",
  "manifest_version": 2,
  "description": "Customize per-script font settings.",
  "options_page": "options.html",
  "icons": {
    "16": "fonts16.png",
    "128": "fonts128.png"
  },
  "permissions": [
    "fontSettings"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}