Fix My Input Firefox

Examine source code of Fix My Input

Inspect and view changes in Fix My Input source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Fix My Input",
  "version": "1.4.0",
  "manifest_version": 3,
  "description": "Enlarge the annoying inputs",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "Fix My Input",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "marcin.dec1@gmail.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Fix My Input Alternatives

Here are some Firefox add-ons that are similar to Fix My Input: