Evade!

Evade!

A simple game in which you use the mouse to try and dodge an onslaught of bouncing balls. Every 5 seconds, 3 more balls appear!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Evade!",
  "description": "A simple game in which you use the mouse to try and dodge an onslaught of bouncing balls. Every 5 seconds, 3 more balls appear!",
  "version": "1.0.3",
  "author": "Olli Mulchandani",
  "browser_action": {
    "default_icon": {
      "128": "images/img-128.png"
    },
    "default_popup": "index.html"
  },
  "icons": {
    "128": "images/img-128.png"
  },
  "permissions": [
    "activeTab"
  ]
}