Examine source code of Windows 98 Neoclassic (Green)

Inspect and view changes in Windows 98 Neoclassic (Green) 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.0",
  "name": "Windows 98 Green Neoclassic",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(221, 221, 221)",
      "toolbar_text": "rgb(0, 0, 0)",
      "frame": "rgb(3, 137, 137)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(192, 192, 192)",
      "toolbar_field_text": "rgb(0, 0, 0)",
      "tab_line": "rgb(0, 0, 0)",
      "popup": "rgb(221, 221, 221)",
      "popup_text": "rgb(0, 0, 0)",
      "button_background_active": "rgba(3, 137, 137, 0.21)",
      "button_background_hover": "rgba(16, 108, 108, 0.13)",
      "icons": "rgb(1, 16, 16)",
      "ntp_background": "rgb(231, 231, 231)",
      "popup_border": "rgb(14, 57, 57)",
      "tab_loading": "rgb(0, 0, 0)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1dcf7304-7778-4aa5-b520-989dd8540c62}"
    }
  }
}