Examine source code of Legend of Galactic Heroes

Inspect and view changes in Legend of Galactic Heroes 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": "Legend of Galactic Heroes",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(3, 5, 54)",
      "toolbar_field": "rgb(119, 157, 237)",
      "toolbar_field_text": "rgb(251, 252, 201)",
      "tab_line": "rgb(248, 250, 136)",
      "popup": "rgb(11, 16, 72)",
      "popup_text": "rgb(251, 252, 201)",
      "tab_loading": "rgb(248, 250, 136)",
      "bookmark_text": "rgb(251, 252, 201)",
      "frame": "rgb(11, 16, 72)",
      "tab_background_text": "rgb(251, 252, 201)"
    }
  }
}