ReadingComfortExt Firefox

Examine source code of ReadingComfortExt

Inspect and view changes in ReadingComfortExt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ReadingComfortExt",
  "version": "0.1.0",
  "description": "Extension de confort de lecture pour tout le web — polices adaptées, espacement, fond crème, TTS et badge scientifique.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "ReadingComfortExt — Confort de lecture",
    "default_icon": {
      "16": "icons/icon.svg",
      "32": "icons/icon.svg",
      "48": "icons/icon.svg",
      "128": "icons/icon.svg"
    }
  },
  "icons": {
    "16": "icons/icon.svg",
    "32": "icons/icon.svg",
    "48": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "readingcomfortext@onyxyno.github.io",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shared/prefs.js",
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/OpenDyslexic/*.woff",
        "docs/science.html",
        "docs/privacy.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best ReadingComfortExt Alternatives

Here are some Firefox add-ons that are similar to ReadingComfortExt: