Dota 2 Stream Browser

Dota 2 Stream Browser

Browse and watch Dota 2 livestreams. Mark streams as favorites and receive alerts when they're live.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dota 2 Stream Browser",
  "version": "1.4.0.3",
  "description": "Browse and watch Dota 2 livestreams. Mark streams as favorites and receive alerts when they're live.",
  "icons": {
    "16": "pages/foreground/image/icon_16.png",
    "19": "pages/foreground/image/icon_19.png",
    "32": "pages/foreground/image/icon_32.png",
    "48": "pages/foreground/image/icon_48.png",
    "64": "pages/foreground/image/icon_64.png",
    "96": "pages/foreground/image/icon_96.png",
    "128": "pages/foreground/image/icon_128.png"
  },
  "browser_action": {
    "default_icon": "/pages/foreground/image/icon_19.png",
    "default_title": "Dota 2 Stream Browser",
    "default_popup": "./pages/foreground/streams_popup.html"
  },
  "background": {
    "scripts": [
      "/pages/background/js/jquery.min.js",
      "/pages/background/js/utility.js",
      "/pages/background/js/analytics.js",
      "/pages/background/js/host_chrome.js",
      "/pages/background/js/storage.js",
      "/pages/background/js/settings.js",
      "/pages/background/js/favorites.js",
      "/pages/background/js/stream_base.js",
      "/pages/background/js/game_base.js",
      "/pages/background/js/service_twitch_auth.js",
      "/pages/background/js/service_base.js",
      "/pages/background/js/service_twitch.js",
      "/pages/background/js/service_beam.js",
      "/pages/background/js/game_dota2.js",
      "/pages/background/js/streambg.js"
    ]
  },
  "permissions": [
    "tabs",
    "notifications",
    "storage",
    "identity",
    "https://id.twitch.tv/",
    "https://api.twitch.tv/",
    "https://beam.pro/",
    "http://www.livestreambrowser.com/"
  ],
  "web_accessible_resources": [
    "/pages/foreground/image/icon_48.png"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}