League Streams: Stream Browser

League Streams: Stream Browser

A quick and detailed stream browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "League Streams: Stream Browser",
  "description": "A quick and detailed stream browser.",
  "version": "1.4.5.1",
  "permissions": [
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": "css/images/16.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "css/images/16.png",
    "128": "css/images/128.png"
  }
}