Ball Dodge Game - Avoid The Red Ball

Ball Dodge Game - Avoid The Red Ball

Use your mouse to control a character and dodge a ball for as long as possible.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ball Dodge Game - Avoid The Red Ball",
  "short_name": "Dodge Ball",
  "version": "2.0",
  "manifest_version": 2,
  "description": "Use your mouse to control a character and dodge a ball for as long as possible.",
  "browser_action": {
    "default_title": "Dodge the Ball",
    "default_popup": "p5/game/index.html"
  },
  "icons": {
    "128": "images/icon128.png"
  },
  "permissions": [
    "storage"
  ]
}