Football Tricks World Cup

Football Tricks World Cup

In this game of football, you will have fun performing missing charges.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Football Tricks World Cup",
  "short_name": "Play Football Tricks World Cup game",
  "description": "In this game of football, you will have fun performing missing charges.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "footballtricks128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}