Folding@home Dark Themes

Folding@home Dark Themes

Various dark mode themes for the foldingathome web client. Team-specific themes are included, such as Banano, LinusTechTips, and others.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Folding@home Dark Themes",
  "version": "1",
  "description": "Various dark mode themes for the foldingathome web client. Team-specific themes are included, such as Banano, LinusTechTips, and others.",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "101.0"
    }
  },
  "icons": {
    "16": "images/FITDAH16.png",
    "32": "images/FITDAH32.png",
    "48": "images/FITDAH48.png",
    "128": "images/FITDAH128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "storage",
    "*://client.foldingathome.org/*",
    "*://127.0.0.1/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://client.foldingathome.org/*",
        "https://client.foldingathome.org/*",
        "http://127.0.0.1/*"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "css": [
        "style_override_base.css"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "fah_custom.html"
  ]
}