Examine source code of Windows 95

Inspect and view changes in Windows 95 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,
  "version": "1.1",
  "name": "Windows 95",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(192, 192, 192)",
      "toolbar_text": "rgb(0, 0, 0)",
      "frame": "rgb(0, 0, 128)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(0, 0, 0)",
      "tab_line": "rgb(128, 128, 128)",
      "popup": "rgb(192, 192, 192)",
      "popup_text": "rgb(0, 0, 0)",
      "tab_loading": "rgb(128, 128, 128)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{835068b6-111d-4ce4-8e61-e759bb042386}"
    }
  }
}