Fontastic - Chrome Extension

Fontastic - Chrome Extension

Customize and preview a wide range of font options right in your active tab for an enhanced development experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fontastic - Chrome Extension",
  "description": "Customize and preview a wide range of font options right in your active tab for an enhanced development experience.",
  "version": "1.0.0",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "./src/popup.html"
  },
  "icons": {
    "16": "./src/images/icon-16.png",
    "48": "./src/images/icon-48.png",
    "128": "./src/images/icon-128.png"
  }
}