Font Manager

Font Manager

Customize the font for the browser.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Font Manager",
  "version": "1.3",
  "manifest_version": 3,
  "description": "Customize the font for the browser.",
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "images/icon.png"
  },
  "permissions": [
    "fontSettings"
  ]
}