Font identifier

Font identifier

Font identifier - simplifies the process of identify fonts on any webpage with a one-click font finder tool, saving users time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.1",
  "default_locale": "en",
  "icons": {
    "16": "/images/16x16.png",
    "48": "/images/48x48.png",
    "64": "/images/64x64.png",
    "96": "/images/96x96-128x128.png",
    "128": "/images/128x128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "offline_enabled": true,
  "permissions": [
    "contextMenus",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "commands": {
    "_execute_action": {
      "description": "__MSG_appName__",
      "suggested_key": "Alt+A"
    }
  },
  "action": {}
}