Knock & Pop

Knock & Pop

Pop balls knocking the ones with the same color

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Knock & Pop",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "Pop balls knocking the ones with the same color",
  "app": {
    "urls": [
      "http://javafactory.altervista.org/knock_pop/index.html"
    ],
    "launch": {
      "web_url": "http://javafactory.altervista.org/knock_pop/index.html"
    }
  },
  "icons": {
    "128": "icon128.png"
  }
}