Examine source code of Homepage Revamped

Inspect and view changes in Homepage Revamped 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": "Homepage Revamped",
  "version": "2.0.9",
  "description": "A useful new tab page, while continuing to look clean.",
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "newtab@afhstudio.ml"
    }
  },
  "chrome_url_overrides": {
    "newtab": "home.html"
  }
}