Font Customizer

Font Customizer

Fine-tune your font settings for each website. Custom font for you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.4.3",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "analytics.js",
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "js": [
        "lib/jquery-3.4.1.js",
        "inject.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com https://*.googleapis.com; object-src 'self'",
  "default_locale": "en",
  "permissions": [
    "fontSettings",
    "https://*/*",
    "http://*/*",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}