Football Legends

Football Legends

It's time to see who has more ball dominance: you or the computer. Master the ball in the air, make fantastic goals.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Football Legends",
  "short_name": "Play Football Legends game",
  "description": "It's time to see who has more ball dominance: you or the computer. Master the ball in the air, make fantastic goals.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "footballlegends2016128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}