Font Settings Basic

Font Settings Basic

Demonstrates the chrome.fontSettings API by allowing users to modify the size of fonts on webpages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Font Settings Basic",
  "version": "1.9",
  "manifest_version": 3,
  "description": "Demonstrates the chrome.fontSettings API by allowing users to modify the size of fonts on webpages.",
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "fontSettings"
  ]
}