Examine source code of HappyCat

Inspect and view changes in HappyCat 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": "HappyCat",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg",
        "images/1.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right center",
        "right bottom"
      ],
      "additional_backgrounds_tiling": [
        "repeat-y",
        "repeat-y"
      ]
    },
    "colors": {
      "toolbar": "rgba(127, 130, 133, 0)",
      "toolbar_field": "rgba(127, 130, 133, 0)",
      "toolbar_field_text": "rgb(255, 225, 157)",
      "tab_line": "rgb(211, 71, 231)",
      "popup": "rgb(141, 243, 248)",
      "popup_text": "rgb(98, 102, 190)",
      "tab_loading": "rgb(211, 71, 231)",
      "bookmark_text": "rgb(200, 248, 112)",
      "frame": "rgb(127, 127, 127)",
      "tab_background_text": "rgb(0, 255, 131)"
    }
  }
}