Hearts in the Clouds

Hearts in the Clouds

Red and purple hearts hanging among the clouds. Happy Valentine's Day! Stock credit: freepik

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "2.0",
  "name": "Hearts in the Clouds",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png",
        "images/1.png",
        "images/2.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top",
        "left top",
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat",
        "no-repeat",
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(175, 141, 202, 0)",
      "toolbar_field": "rgba(255, 255, 255, 0)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(255, 0, 42)",
      "popup": "rgb(175, 141, 202)",
      "popup_text": "rgb(255, 255, 255)",
      "tab_loading": "rgb(255, 0, 42)",
      "bookmark_text": "rgb(87, 0, 156)",
      "frame": "rgb(4, 4, 58)",
      "tab_background_text": "rgb(0, 0, 0)"
    }
  }
}