DrFeelgood Live Extension

DrFeelgood Live Extension

DrFeelgood Live Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_title": "DFG - Offline",
    "default_icon": "icon_OFFLINE.png",
    "default_popup": "popup.html"
  },
  "name": "DrFeelgood Live Extension",
  "author": "Github@Drakirus, Pierre Champion",
  "description": "DrFeelgood Live Extension",
  "version": "2.2.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "https://www.twitch.tv/*",
    "https://raw.githubusercontent.com/*",
    "notifications",
    "tabs"
  ],
  "icons": {
    "32": "icons/logo32.png",
    "48": "icon_OFFLINE.png",
    "64": "icons/logo64.png",
    "128": "icons/logo128.png",
    "256": "icons/logo256.png"
  }
}