Hitbox Now!

Hitbox Now!

Stay up to date with your hitbox followed streams.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "ProWebJect - Michal Gora",
  "background": {
    "scripts": [
      "/lib/jquery.min.js",
      "/class/Storage.js",
      "/class/HitBox.js",
      "/background/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon_19.png",
      "38": "img/icon_38.png",
      "128": "img/icon_128.png"
    },
    "default_popup": "popup/index.html",
    "default_title": "Hitbox Now!"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Stay up to date with your hitbox followed streams.",
  "icons": {
    "19": "img/icon_19.png",
    "38": "img/icon_38.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2,
  "name": "Hitbox Now!",
  "permissions": [
    "notifications",
    "storage",
    "contextMenus",
    "tabs",
    "background",
    "http://api.hitbox.tv/*",
    "https://www.hitbox.tv/*",
    "http://*.hitbox.tv/*"
  ],
  "short_name": "Hitbox Now!",
  "version": "1.5",
  "web_accessible_resources": []
}