Ball Hits Cube

Ball Hits Cube

Use the cannon balls to destroy the incoming cube and win this funny game!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "image/19.png",
      "38": "image/38.png"
    },
    "default_title": "Ball Hits Cube",
    "name": "Click to start"
  },
  "description": "Use the cannon balls to destroy the incoming cube and win this funny game!",
  "icons": {
    "16": "image/16.png",
    "19": "image/19.png",
    "48": "image/48.png",
    "128": "image/128.png"
  },
  "manifest_version": 2,
  "name": "Ball Hits Cube",
  "offline_enabled": true,
  "permissions": [
    "unlimitedStorage"
  ],
  "version": "2.6"
}