Examine source code of Fallout New Vegas Night Casino

Inspect and view changes in Fallout New Vegas Night Casino 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": "2.0",
  "name": "Fallout New Vegas Night Casino",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(0, 13, 66, 0.39)",
      "toolbar_text": "rgb(225, 225, 225)",
      "frame": "rgb(1, 8, 38)",
      "tab_background_text": "rgb(225, 225, 225)",
      "toolbar_field": "rgb(1, 8, 38)",
      "toolbar_field_text": "rgb(229, 229, 232)",
      "tab_line": "rgb(255, 255, 255)",
      "popup": "rgb(1, 8, 38)",
      "popup_text": "rgb(225, 225, 225)",
      "sidebar_border": "rgb(0, 13, 66)",
      "sidebar_highlight_text": "rgba(255, 255, 255, 0.89)",
      "sidebar_text": "rgb(255, 255, 255)",
      "sidebar": "rgb(1, 8, 38)",
      "tab_background_separator": "rgba(0, 0, 0, 0)",
      "tab_selected": "rgb(43, 50, 89)",
      "tab_loading": "rgb(255, 255, 255)"
    }
  }
}