BeSoccer

BeSoccer

Follow live games, comment with other users and so much more in more than 10,000 competitions. Live scores, results, tables, news...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "urls": [
      "http://besoccer.com/",
      "http://www.besoccer.com/"
    ],
    "launch": {
      "web_url": "http://www.besoccer.com/"
    }
  },
  "manifest_version": 2,
  "name": "BeSoccer",
  "version": "2",
  "description": "Follow live games, comment with other users and so much more in more than 10,000 competitions. Live scores, results, tables, news...",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "60": "icon-60.png",
    "128": "icon-128.png",
    "256": "icon-256.png"
  },
  "author": "BeSoccer",
  "short_name": "BeSoccer",
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}