Angelskimi Twitch Hub

Angelskimi Twitch Hub

Be notified when Angelskimi begins her stream!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Angelskimi Twitch Hub",
  "version": "1.0.4",
  "description": "Be notified when Angelskimi begins her stream!",
  "icons": {
    "16": "img/icons/icon_16.png",
    "48": "img/icons/icon_48.png",
    "128": "img/icons/icon_128.png"
  },
  "permissions": [
    "background",
    "storage",
    "https://api.twitch.tv/",
    "notifications"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icons/kimi_off_19.png",
      "38": "img/icons/kimi_off_38.png"
    },
    "default_title": "Angelskimi is Offline!",
    "default_popup": "panel.html"
  }
}