Examine source code of Black Home Page

Inspect and view changes in Black Home Page source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Black Home Page",
  "description": "Use a black page as your home page.",
  "author": "Asif Youssuff",
  "version": "1.0.1",
  "applications": {
    "gecko": {
      "strict_min_version": "55.0"
    }
  },
  "chrome_settings_overrides": {
    "homepage": "home-page.html"
  }
}