Break The Bricks

Break The Bricks

Classic brick breaking puzzle game to play! In this game, your goal is to destroy all colored bricks to level up.

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__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.7",
  "icons": {
    "128": "128icon.png"
  },
  "app": {
    "urls": [
      "http://droidpowerstudios.com/chrome/brick_breaker/webplayer.html"
    ],
    "launch": {
      "web_url": "http://droidpowerstudios.com/chrome/brick_breaker/webplayer.html"
    }
  },
  "offline_enabled": true
}