Super Mania Ball

Super Mania Ball

Use A and D or the arrow keys to move, get the green and blue balls, avoid the red balls. Idea by Jacob Ullrich.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Super Mania Ball",
  "icons": {
    "32": "icon32.png",
    "128": "icon128.jpg"
  },
  "description": "Use A and D or the arrow keys to move, get the green and blue balls, avoid the red balls. Idea by Jacob Ullrich.",
  "version": "0.002",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "sketch/index.html",
    "default_title": "Super Mania Ball (Game)"
  }
}