Football Tricks

Football Tricks

Win the cup with your favorite team by scoring goals in the Football Tricks competition.

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",
  "description": "Win the cup with your favorite team by scoring goals in the Football Tricks competition.",
  "version": "0.1",
  "app": {
    "urls": [
      "http://www.footballtricksgame.com/"
    ],
    "launch": {
      "web_url": "http://www.footballtricksgame.com/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": []
}