Examine source code of Being Blue

Inspect and view changes in Being Blue 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": "Being Blue",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right bottom"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(225, 234, 239, 0)",
      "toolbar_text": "rgb(0, 0, 0)",
      "frame": "rgb(142, 179, 201)",
      "tab_background_text": "rgb(0, 0, 0)",
      "toolbar_field": "rgba(255, 255, 255, 0)",
      "toolbar_field_text": "rgb(0, 0, 0)",
      "tab_line": "rgb(0, 0, 0)",
      "popup": "rgba(0, 255, 255, 0.5)",
      "popup_text": "rgb(0, 0, 0)",
      "icons": "rgb(0, 245, 255)",
      "ntp_background": "rgba(0, 255, 255, 0.1)",
      "tab_selected": "rgba(0, 255, 255, 0.3)",
      "tab_loading": "rgb(0, 0, 0)"
    }
  }
}