Snake Game

Snake Game

Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Snake Game",
  "version": "1.1",
  "description": "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html"
  }
}