Desktop Font Settings

Desktop Font Settings

Customize your browser fonts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Desktop Font Settings",
  "version": "3.3.0",
  "manifest_version": 3,
  "description": "Customize your browser fonts.",
  "options_page": "options.html",
  "icons": {
    "16": "fonts16.png",
    "128": "fonts128.png"
  },
  "permissions": [
    "fontSettings"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}