Examine source code of Squared Green Flow

Inspect and view changes in Squared Green 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": "Green Flow",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-006-51ab495c5f5dde6a3cddb22484acd00d.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(31, 44, 38)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(54, 76, 68)",
      "tab_background_text": "rgb(215, 226, 239)",
      "toolbar_field": "rgb(19, 29, 25)",
      "toolbar_field_text": "rgb(205, 250, 232)",
      "tab_line": "rgb(205, 250, 232)",
      "popup": "rgb(59, 83, 74)",
      "popup_text": "rgb(215, 226, 239)",
      "icons": "rgb(0, 255, 153)",
      "ntp_background": "rgb(54, 76, 68)",
      "ntp_text": "rgb(205, 250, 232)",
      "tab_selected": "rgb(31, 44, 38)",
      "toolbar_bottom_separator": "rgb(0, 255, 153)",
      "toolbar_field_border": "rgb(0, 255, 153)",
      "tab_loading": "rgb(205, 250, 232)"
    }
  }
}