Strife Stream Browser!

Strife Stream Browser!

Brought to you by StrifeHQ.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Strife Stream Browser!",
  "version": "1.2",
  "description": "Brought to you by StrifeHQ.com",
  "permissions": [
    "webRequest",
    "*://*.strifehq.com/"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}