Get notified when your favorite streamer 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
{
"manifest_version": 2,
"name": "Bamyleaf",
"description": "Get notified when your favorite streamer goes live!",
"version": "2.7resigned1",
"background": {
"scripts": [
"parameters.js",
"btnlive.js",
"firefox.js"
]
},
"permissions": [
"https://api.twitch.tv/",
"notifications"
],
"browser_action": {
"default_icon": "iconoff48.png"
},
"icons": {
"16": "iconoff16.png",
"48": "iconoff48.png",
"128": "iconoff128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{a65b5e4c-d68b-491c-8a78-05d000d89038}"
}
}
}