Examine source code of Kawaii Pink Star Skin

Inspect and view changes in Kawaii Pink Star Skin 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": "Kawaii Pink Star Skin",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png",
        "images/1.png",
        "images/2.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top",
        "right bottom",
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat",
        "no-repeat",
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(255, 255, 255, 0)",
      "toolbar_text": "rgba(255, 222, 237, 0.9)",
      "frame": "rgb(35, 36, 38)",
      "tab_background_text": "rgb(174, 167, 171)",
      "toolbar_field": "rgba(35, 36, 38, 0)",
      "toolbar_field_text": "rgba(255, 222, 237, 0.9)",
      "tab_line": "rgb(255, 177, 211)",
      "popup": "rgba(35, 36, 38, 0.83)",
      "popup_text": "rgb(174, 167, 171)",
      "button_background_active": "rgba(255, 218, 236, 0.33)",
      "button_background_hover": "rgba(255, 208, 229, 0.24)",
      "frame_inactive": "rgb(52, 53, 56)",
      "icons_attention": "rgb(255, 255, 255)",
      "ntp_background": "rgb(29, 30, 32)",
      "ntp_text": "rgba(255, 255, 255, 0.85)",
      "sidebar_border": "rgba(35, 36, 38, 0)",
      "sidebar_highlight_text": "rgb(255, 210, 230)",
      "sidebar_highlight": "rgba(255, 255, 255, 0.12)",
      "sidebar_text": "rgb(174, 167, 171)",
      "sidebar": "rgb(35, 36, 38)",
      "tab_background_separator": "rgba(255, 255, 255, 0)",
      "tab_loading": "rgb(255, 255, 255)",
      "tab_selected": "rgba(255, 177, 211, 0.08)",
      "toolbar_bottom_separator": "rgba(35, 36, 38, 0)",
      "toolbar_field_border_focus": "rgba(255, 255, 255, 0)",
      "toolbar_field_border": "rgba(255, 255, 255, 0)",
      "toolbar_field_focus": "rgba(35, 36, 38, 0.96)",
      "toolbar_field_highlight_text": "rgb(255, 202, 218)",
      "toolbar_field_highlight": "rgba(255, 255, 255, 0.23)",
      "toolbar_field_separator": "rgba(255, 255, 255, 0)",
      "toolbar_field_text_focus": "rgb(208, 208, 208)",
      "toolbar_top_separator": "rgba(255, 255, 255, 0)",
      "toolbar_vertical_separator": "rgba(255, 255, 255, 0)"
    }
  }
}