Examine source code of Turqoise Waves by mangorain

Inspect and view changes in Turqoise Waves by mangorain 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": "Turqoise Waves",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "left center"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(22, 72, 75, 0.8)",
      "toolbar_text": "rgb(210, 245, 245)",
      "frame": "rgb(16, 14, 15)",
      "tab_background_text": "rgb(148, 157, 173)",
      "toolbar_field": "rgba(9, 37, 39, 0.37)",
      "toolbar_field_text": "rgb(243, 255, 255)",
      "tab_line": "rgb(28, 171, 176)",
      "popup": "rgba(22, 72, 75, 0.51)",
      "popup_text": "rgb(210, 245, 245)",
      "button_background_hover": "rgba(210, 245, 245, 0.39)",
      "icons": "rgb(243, 255, 255)",
      "ntp_background": "rgba(33, 53, 54, 0.8)",
      "ntp_text": "rgb(210, 245, 245)",
      "popup_border": "rgb(28, 171, 176)",
      "popup_highlight_text": "rgb(210, 245, 245)",
      "tab_loading": "rgb(28, 171, 176)"
    }
  }
}