Font Swapper Firefox

Examine source code of Font Swapper

By: KeyOuts Add-on
Inspect and view changes in Font Swapper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Local Font Switcher",
  "version": "1.4.0",
  "description": "Upload, manage, and apply custom fonts per site.",
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage"
  ],
  "browser_action": {
    "default_title": "Local Font Switcher",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "storage.js",
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "storage.js",
        "content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8b1c822a-085d-4db1-87e4-a067b42006a4}",
      "strict_min_version": "91.0"
    }
  }
}

Best Font Swapper Alternatives

Here are some Firefox add-ons that are similar to Font Swapper: