Inspect and view changes in RagnarLeBroc Live Extension source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"author": "Zolwen",
"background": {
"persistent": true,
"scripts": [
"js/jquery.js",
"js/jquery.browser.min.js",
"js/main.js"
]
},
"browser_action": {
"default_icon": "images/icon_off.png",
"default_popup": "popup/popup.html",
"default_title": "RagnarLeBroc - Hors-Ligne"
},
"content_scripts": [
{
"js": [
"js/installed.js"
],
"matches": [
"https://extension.ragnarlebroc.tv/*"
]
}
],
"description": "Notifie lorsque Ragnar stream ou sort une nouvelle vidéo",
"icons": {
"128": "images/icon.png"
},
"manifest_version": 2,
"name": "RagnarLeBroc",
"options_ui": {
"open_in_tab": true,
"page": "settings/options.html"
},
"permissions": [
"tabs",
"background",
"https://api.twitch.tv/kraken/streams?channel=*",
"*://*.youtube.com/*",
"*://*.ytimg.com/*",
"*://yt3.ggpht.com/*",
"*://*.googleapis.com/*",
"notifications",
"storage"
],
"short_name": "RagnarLeBroc",
"version": "2.3"
}