Examine source code of Dallas Stars

Inspect and view changes in Dallas Stars 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": "Dallas Stars",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "left center"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(0, 0, 0)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(255, 255, 255)",
      "tab_background_text": "rgb(0, 0, 0)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(0, 0, 0)",
      "tab_line": "rgb(0, 104, 71)",
      "popup": "rgb(11, 11, 0)",
      "popup_text": "rgb(255, 255, 255)",
      "button_background_active": "rgb(0, 104, 71)",
      "button_background_hover": "rgb(58, 85, 58)",
      "icons": "rgb(4, 169, 118)",
      "sidebar_highlight_text": "rgb(0, 111, 75)",
      "toolbar_bottom_separator": "rgb(0, 104, 71)",
      "toolbar_field_border": "rgb(0, 104, 71)",
      "toolbar_field_highlight": "rgb(4, 169, 118)",
      "toolbar_field_separator": "rgb(0, 0, 0)",
      "toolbar_top_separator": "rgb(0, 0, 0)",
      "tab_loading": "rgb(0, 104, 71)"
    }
  }
}