Cell.sh game

Cell.sh game

Eat or be eaten - brand new cell type game :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cell.sh game",
  "description": "Eat or be eaten - brand new cell type game :)",
  "version": "0.1",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://cell.sh/"
    ],
    "launch": {
      "web_url": "http://cell.sh"
    }
  }
}