Font Changer - Google Web Fonts Firefox

Examine source code of Font Changer - Google Web Fonts

By: frank Add-on
Inspect and view changes in Font Changer - Google Web Fonts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Font Changer — Google Web Fonts",
  "version": "1.0.0",
  "description": "Change any website's font using Google Web Fonts. Save settings per site or apply globally.",
  "browser_specific_settings": {
    "gecko": {
      "id": "font-changer-gwebfonts@extension",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "16": "icons/icon-16.svg",
    "32": "icons/icon-32.svg",
    "48": "icons/icon-48.svg",
    "128": "icons/icon-128.svg"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.svg",
      "48": "icons/icon-48.svg"
    },
    "default_title": "Font Changer"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}

Best Font Changer - Google Web Fonts Alternatives

Here are some Firefox add-ons that are similar to Font Changer - Google Web Fonts: