SI Champions League

SI Champions League

Live Scores, News, Standings, and Video for the UEFA Champions League from Sports Illustrated

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SI Champions League",
  "version": "2.0",
  "description": "Live Scores, News, Standings, and Video for the UEFA Champions League from Sports Illustrated",
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/icons/icon-16.png",
    "32": "images/icons/icon-32.png",
    "48": "images/icons/icon-48.png",
    "128": "images/icons/icon-128.png",
    "400": "images/icons/icon-400.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}