InAir Super Bowl 2015

InAir Super Bowl 2015

Superbowl XLIX stream with live social network and sports statistics.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "InAir Super Bowl 2015",
  "version": "0.0.5",
  "manifest_version": 2,
  "description": "Superbowl XLIX stream with live social network and sports statistics.",
  "homepage_url": "http://inair.tv",
  "icons": {
    "16": "icons/inair16.png",
    "48": "icons/inair48.png",
    "128": "icons/inair128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "http://*/*"
  ],
  "web_accessible_resources": [
    "src/inject/inject.js",
    "src/inject/inject.css",
    "versionCheck.json"
  ],
  "externally_connectable": {
    "matches": [
      "http://superbowl.inair.tv/*",
      "http://localhost:3000/*"
    ]
  }
}