Midnight Lizard Firefox

Examine source code of Midnight Lizard

Inspect and view changes in Midnight Lizard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Midnight Lizard (MV2 example)",
  "version": "1.0.0",
  "description": "Simple color-theme extension (MV2) — injects CSS to apply a night-friendly theme. No remote code. No icons included.",
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_title": "Midnight Lizard",
    "default_popup": "popup.html"
  },
  "applications": {
    "gecko": {
      "id": "midnight_lizard_example@example.com",
      "strict_min_version": "60.0"
    }
  }
}

Meilleures alternatives Midnight Lizard

Voici quelques Firefox add-ons qui sont similaires à Midnight Lizard :