Examine source code of Miku Hatsune Omega Dark

Inspect and view changes in Miku Hatsune Omega Dark 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": "Miku Hatsune Omega Dark",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(90, 106, 112, 0.2)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(32, 64, 84)",
      "tab_background_text": "rgb(223, 223, 223)",
      "toolbar_field": "rgba(253, 253, 253, 0.2)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgba(253, 253, 253, 0.4)",
      "popup": "rgb(27, 40, 45)",
      "popup_text": "rgb(237, 237, 237)",
      "tab_loading": "rgba(253, 253, 253, 0.4)"
    }
  }
}