Font Detector

Font Detector

Detects font properties and styles

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Font Detector",
  "short_name": "Font Detector",
  "version": "1.2.1",
  "version_name": "v1.2.1",
  "description": "Detects font properties and styles",
  "icons": {
    "16": "assets/icons/font-detector-logo-16.png",
    "48": "assets/icons/font-detector-logo-48.png",
    "128": "assets/icons/font-detector-logo-128.png"
  },
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "background": {
    "service_worker": "js/background.min.js"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "19": "assets/icons/font-detector-logo-19.png",
      "38": "assets/icons/font-detector-logo-38.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/icons/font-detector-logo-38.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}