Ketris

Ketris

Simple tetris-type game to waste you time on.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ketris",
  "version": "0.0.1",
  "description": "Simple tetris-type game to waste you time on.",
  "browser_action": {
    "default_popup": "Ketris.html",
    "default_icon": "images/KetrisIcon_128.png"
  },
  "icons": {
    "32": "images/KetrisIcon32.png",
    "128": "images/KetrisIcon_128.png"
  }
}