Inspect and view changes in Thebenbig est en live V2 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
{
"name": "Thebenbig est en live V2",
"description": "Reçois des notifications quand le live Twitch est lancé.",
"version": "2.2",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html",
"default_icon": "img/icon-off-64.png"
},
"icons": {
"64": "img/icon-on-64.png",
"128": "img/icon-on-128.png"
},
"background": {
"scripts": [
"js/jquery.js",
"js/config.js",
"js/functions.js",
"js/initialization.js",
"js/background.js"
],
"persistent": true
},
"permissions": [
"tabs",
"storage",
"notifications"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}