FOLDING AT HOME IN THE DARK

FOLDING AT HOME IN THE DARK

Folding@Home dark mode web client with real time GPU/CPU PPD by WU benchmarking for comparison to other folders.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FOLDING AT HOME IN THE DARK",
  "version": "2.0.6",
  "description": "Folding@Home dark mode web client with real time GPU/CPU PPD by WU benchmarking for comparison to other folders.",
  "icons": {
    "16": "images/FITDAH16.png",
    "32": "images/FITDAH32.png",
    "48": "images/FITDAH48.png",
    "128": "images/FITDAH128.png"
  },
  "manifest_version": 3,
  "permissions": [
    "storage",
    "system.cpu"
  ],
  "incognito": "split",
  "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": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "fah_custom.html"
      ]
    }
  ]
}