Google dark theme (aearly access) Firefox

Examine source code of Google dark theme (aearly access)

Inspect and view changes in Google dark theme (aearly access) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google dark theme",
  "version": "1.0",
  "description": "Make Google better.",
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "include_globs": [
        "http://www.google.*/*",
        "https://www.google.*/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "style.css"
  ]
}

Best Google dark theme (aearly access) Alternatives

Here are some Firefox add-ons that are similar to Google dark theme (aearly access):