Heart Balloons Block Collapse

Heart Balloons Block Collapse

Collapse blocks by clicking on horizontal or vertical groups of 3 or more same colored blocks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "version": "0.0.1",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "128": "heart-balloons-block-collapse-128.png"
  },
  "app": {
    "urls": [
      "https://ciil.site/heart-balloons-block-collapse/play/"
    ],
    "launch": {
      "web_url": "https://ciil.site/heart-balloons-block-collapse/play/"
    }
  }
}