Examine source code of Warm waves

Inspect and view changes in Warm waves 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": "Warm waves",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "center center"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(255, 128, 155)",
      "toolbar_text": "rgb(63, 0, 128)",
      "frame": "rgb(201, 50, 0)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(255, 247, 202)",
      "toolbar_field_text": "rgb(0, 0, 0)",
      "tab_line": "rgb(253, 255, 0)",
      "popup": "rgb(255, 222, 189)",
      "popup_text": "rgb(128, 22, 0)",
      "tab_loading": "rgb(253, 255, 0)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f956358e-3c96-4b18-9353-faf6123caab0}"
    }
  }
}