Inspect and view changes in Extension BlanchysnowTV 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
{
"manifest_version": 2,
"name": "Extension BlanchysnowTv",
"version": "1.9.4.3resigned1",
"description": "Pour toujours savoir si BlanchysnowTv est en live",
"permissions": [
"notifications",
"alarms"
],
"browser_action": {
"default_popup": "index.html"
},
"icons": {
"64": "img/StreamON64.png"
},
"background": {
"scripts": [
"jquery.js",
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{9680d3df-1c51-4686-b795-4d075e3b79b9}"
}
}
}