Kickoff

Kickoff

An addictive football game with one simple goal: score touchdowns! Drag your mouse to dodge defenders and score touchdowns!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kickoff",
  "description": "An addictive football game with one simple goal: score touchdowns! Drag your mouse to dodge defenders and score touchdowns!",
  "version": "0.0.0.4",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://kickofffootballgame.com/index.html"
    ],
    "launch": {
      "web_url": "http://kickofffootballgame.com/index.html"
    }
  }
}