Examine source code of Honeycomb Flow

Inspect and view changes in Honeycomb Flow 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": "Honeycomb Flow",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "left top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(43, 43, 43)",
      "toolbar_text": "rgb(238, 255, 0)",
      "frame": "rgb(43, 43, 43)",
      "tab_background_text": "rgb(238, 255, 0)",
      "toolbar_field": "rgb(23, 23, 23)",
      "toolbar_field_text": "rgb(233, 241, 122)",
      "tab_line": "rgb(238, 255, 0)",
      "popup": "rgba(0, 0, 0, 0.45)",
      "popup_text": "rgb(233, 241, 122)",
      "button_background_active": "rgb(43, 43, 43)",
      "button_background_hover": "rgb(0, 0, 0)",
      "frame_inactive": "rgb(0, 0, 0)",
      "icons_attention": "rgb(238, 255, 0)",
      "icons": "rgb(238, 255, 0)",
      "ntp_background": "rgb(43, 43, 43)",
      "ntp_text": "rgb(238, 255, 0)",
      "popup_border": "rgb(43, 43, 43)",
      "popup_highlight_text": "rgb(43, 43, 43)",
      "popup_highlight": "rgb(43, 43, 43)",
      "sidebar_border": "rgb(43, 43, 43)",
      "sidebar_highlight_text": "rgb(43, 43, 43)",
      "sidebar_highlight": "rgb(43, 43, 43)",
      "sidebar_text": "rgb(238, 255, 0)",
      "sidebar": "rgb(43, 43, 43)",
      "tab_background_separator": "rgb(43, 43, 43)",
      "tab_loading": "rgb(238, 255, 0)",
      "tab_selected": "rgb(43, 43, 43)",
      "tab_text": "rgb(238, 255, 0)",
      "toolbar_bottom_separator": "rgb(43, 43, 43)",
      "toolbar_field_border_focus": "rgb(238, 255, 0)",
      "toolbar_field_border": "rgb(43, 43, 43)",
      "toolbar_field_focus": "rgb(43, 43, 43)",
      "toolbar_field_highlight_text": "rgb(0, 0, 0)",
      "toolbar_field_highlight": "rgb(233, 241, 122)",
      "toolbar_field_separator": "rgb(43, 43, 43)",
      "toolbar_field_text_focus": "rgb(233, 241, 122)",
      "toolbar_top_separator": "rgb(238, 255, 0)",
      "toolbar_vertical_separator": "rgb(238, 255, 0)"
    }
  }
}