Notte — Accessibility & Dark Mode Firefox

Examine source code of Notte — Accessibility & Dark Mode

Inspect and view changes in Notte — Accessibility & Dark Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Notte — Accessibility & Dark Mode",
  "version": "2.0.1",
  "description": "Scurisce i siti troppo chiari mantenendo alto il contrasto. Attiva/disattiva per sito. Gratuita, per ipovedenti.",
  "icons": {
    "48": "images/icon-48.png",
    "64": "images/icon-64.png",
    "96": "images/icon-96.png",
    "128": "images/icon-128.png",
    "256": "images/icon-256.png",
    "512": "images/icon-512.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shadow-patch.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "world": "MAIN"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "images/icon-48.png",
      "96": "images/icon-96.png",
      "128": "images/icon-128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "notte-darkmode@sebastian",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "128.0"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/opendyslexic-regular.woff2",
        "fonts/opendyslexic-bold.woff2"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Notte — Accessibility & Dark Mode Alternatives

Here are some Firefox add-ons that are similar to Notte — Accessibility & Dark Mode: