Inspect and view changes in Yannextension 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": "Yannextension",
"manifest_version": 2,
"version": "1.2",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "Sois au courant lorsque ton streameur préféré est en live !",
"browser_action": {
"default_icon": "offlineIcon.png",
"default_popup": "popup.html"
},
"permissions": [
"notifications",
"tabs"
],
"icons": {
"128": "white_yannex.png"
},
"background": {
"scripts": [
"liveCheck.js"
]
}
}