Teamfortress.tv Stream List

Teamfortress.tv Stream List

Stream aggregator using teamfortress.tv (tf.tv). Grabs streams from http://teamfortress.tv/rss/streams

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.2.15",
  "manifest_version": 2,
  "description": "Stream aggregator using teamfortress.tv (tf.tv). Grabs streams from http://teamfortress.tv/rss/streams",
  "name": "Teamfortress.tv Stream List",
  "short_name": "TF.TV Streams",
  "author": "Graeme Yeates(megawac)",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "options_page": "options.html",
  "permissions": [
    "http://www.teamfortress.tv/rss/streams",
    "notifications",
    "alarms",
    "storage"
  ],
  "browser_action": {
    "default_icon": "img/logo4.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/browser/chrome.js",
      "js/tf.xmlparser.js",
      "js/tf.background.js"
    ]
  },
  "icons": {
    "128": "img/ext.png"
  }
}