SC2 LiveCenter

SC2 LiveCenter

Display your Starcraft 2 profile and the Teamliquid Stream List on your web browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "jquery.js",
      "sc2getprofil.js",
      "background.js",
      "js/bootstrap.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "description": "Display your Starcraft 2 profile and the Teamliquid Stream List on your web browser",
  "icons": {
    "16": "icon.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "SC2 LiveCenter",
  "options_page": "option.html",
  "permissions": [
    "tabs",
    "notifications",
    "http://*.battle.net/*",
    "http://www.teamliquid.net/*",
    "http://*.sc2ranks.com/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.8.5",
  "web_accessible_resources": [
    "icon48.png"
  ]
}