Be notified when l Alice l goes live!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "img/off.png",
"default_popup": "popup.html",
"default_title": "l alice l is Offline"
},
"description": "Be notified when l Alice l goes live!",
"icons": {
"128": "img/icon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjDueVjZqOgUIS/oJhFX5Xo6p4uakuXRH7PxvQGQsf5lZr90cXq5xXdcse5LDlcayFnLk/jeQ5FAAhcKX9fpp6oSA500X/5rfwxSiyRoOR5ri73Qh0BtYR5tCtmptaAEL0+/dEBzQfPZc/FpyBcV4ps60uf0g6JMfPXiOpxbNV5CALS1zBKofDbO1BbFs9w8tIp7C6WXz712wVanN4tv4yG2Y6/0tO22KfLtbRZyPGqjm6wfnbQoDfWfpezw3fXfEhPJ+rUQD94hvCs8SIoXHgaS1miZFMkN8OctyRetGi7Co3yrft1YFxSYwOdw5XDa6lVw3An6BGksKofxbhqRi9wIDAQAB",
"manifest_version": 2,
"name": "lAlicel",
"permissions": [
"notifications",
"https://api.twitch.tv/"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "3"
}