Brick Breaker (HD)

Brick Breaker (HD)

This is a famous classic brick breaking game, The rule is very simple, You goal is destroy all bricks.

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.1",
  "icons": {
    "128": "128icon.png"
  },
  "app": {
    "urls": [
      "http://unityplay.me/chrome/brick_breaker/webplayer.html"
    ],
    "launch": {
      "web_url": "http://unityplay.me/chrome/brick_breaker/webplayer.html"
    }
  }
}