SuperBowl 50

SuperBowl 50

NFL.com's 2016 Super Bowl 50 Live News And Updates

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SuperBowl 50",
  "version": "1.0.1",
  "description": "NFL.com's 2016 Super Bowl 50 Live News And Updates",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_title": "SuperBowl 50",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/jquery-1.9.1.min.js",
        "js/common.js",
        "js/e5d7injected.js",
        "js/4877cry.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com; object-src 'self'"
}