Inspect and view changes in Joopin Alert 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": "Joopin - Hors-Ligne",
"version": "1.0",
"description": "Pour savoir quand Joopin est en Stream !",
"browser_action": {
"default_popup": "html/popup.html"
},
"icons": {
"64": "img/chouette.png"
},
"background": {
"scripts": [
"background.js"
]
}
}