Tennis Legends 2016

Tennis Legends 2016

Get your racket and get ready for the biggest tennis competition in the world.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tennis Legends 2016",
  "short_name": "Play Tennis Legends 2016 Game",
  "description": "Get your racket and get ready for the biggest tennis competition in the world.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "tennislegendsb128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}