Kick Bot

Kick Bot

Kick Bot will really kick your bot! Maneuver through spikes and laser beams. One wrong move and you’re a heap of metal.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kick Bot",
  "short_name": "Kick Bot",
  "version": "1.6.1",
  "default_locale": "en",
  "description": "Kick Bot will really kick your bot! Maneuver through spikes and laser beams. One wrong move and you’re a heap of metal.",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "images/kickbot-icon-16.png",
    "128": "images/kickbot-icon-128.png"
  },
  "offline_enabled": true,
  "permissions": [
    "storage"
  ]
}