Font Size Guardian Firefox

Examine source code of Font Size Guardian

Inspect and view changes in Font Size Guardian source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Font Size Guardian",
  "version": "1.0.0",
  "description": "Automatically detects and normalizes small or inconsistent font sizes across websites for improved readability and accessibility.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Font Size Guardian Settings",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    "guardian-indicator.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c207c274-5fad-4581-8065-11bbbbcc9fca}"
    }
  }
}

Best Font Size Guardian Alternatives

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