NightPDF Firefox

Examine source code of NightPDF

Inspect and view changes in NightPDF source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NightPDF",
  "version": "3.0",
  "description": "Add color inverting CSS to your pages to simulate Dark Mode, even for PDFS",
  "icons": {
    "48": "icons/logo.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dark.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/logo.svg",
    "default_title": "DarkMode"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Shift+Alt+D"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c42083d6-1621-4cda-8008-98fd5e299d6a}"
    }
  }
}

Best NightPDF Alternatives

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