WhatFont

WhatFont

The easiest way to identify fonts on web pages.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WhatFont",
  "author": "[email protected]",
  "description": "The easiest way to identify fonts on web pages.",
  "homepage_url": "http://chengyinliu.com/whatfont.html",
  "version": "3.2.0",
  "background": {
    "service_worker": "./background/background.js"
  },
  "action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png",
      "76": "icon76.png"
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png",
    "256": "icon256.png"
  }
}