Examine source code of Midnight Street Lights

Inspect and view changes in Midnight Street Lights 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  },
  "description": "Transform your browser into a serene, moody nighttime setting with Midnight Street Lights.",
  "icons": {
    "16": "Images/icon.png",
    "32": "Images/icon.png",
    "48": "Images/icon.png",
    "128": "Images/icon.png"
  },
  "manifest_version": 3,
  "name": "Midnight Street Lights",
  "version": "1.0.0"
}