Snake

Snake

A full-window version of the game of Snake, written for the browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Snake",
  "version": "0.0.3",
  "description": "A full-window version of the game of Snake, written for the browser.",
  "icons": {
    "128": "128_2.png"
  },
  "app": {
    "urls": [
      "http://patorjk.com/games/snake/"
    ],
    "launch": {
      "web_url": "http://patorjk.com/games/snake/"
    }
  },
  "offline_enabled": true,
  "manifest_version": 2
}