10x10 Blocks Match

Pick and drop sets of blocks to complete vertical and horizontal rows.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "10x10 Blocks Match",
  "description": "Pick and drop sets of blocks to complete vertical and horizontal rows. ",
  "version": "1.0.0.2",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://netfreedomgames.com/chrome_apps/10x10_blocks_match/index.html"
    ],
    "launch": {
      "web_url": "http://netfreedomgames.com/chrome_apps/10x10_blocks_match/index.html"
    }
  }
}