Brick

Brick

Two player competitive brick breaker.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Brick",
  "description": "Two player competitive brick breaker.",
  "version": "0.4",
  "offline_enabled": true,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "128": "icon.png"
  }
}