Cooldown TV Live

Cooldown TV Live

Ne ratez aucun live de Cooldown

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cooldown TV Live",
  "author": "Thomas Pecriaux",
  "description": "Ne ratez aucun live de Cooldown",
  "version": "1.0",
  "background": {
    "scripts": [
      "libs/jquery-1.11.2.js",
      "parameters.js",
      "background.js",
      "chrome.js"
    ]
  },
  "icons": {
    "32": "icons/logo32.png",
    "64": "icons/logo64.png",
    "128": "icons/logo128.png",
    "256": "icons/logo256.png"
  },
  "permissions": [
    "https://api.twitch.tv/",
    "notifications"
  ],
  "browser_action": {
    "default_title": "Cooldown TV - offline",
    "default_popup": "popup.html",
    "default_icon": "icon_off.png"
  }
}