Inspect and view changes in sardalert - alerte live - sardoche 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
{
"description": "Ne ratez plus aucun live",
"version": "3.18.0",
"name": "Sardalert",
"background": {
"page": "background.html"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "badgeON.png"
},
"icons": {
"128": "badgeON.png"
},
"incognito": "spanning",
"permissions": [
"storage",
"notifications",
"identity",
"proxy",
"http://api.sardoche.tv/*",
"http://sardoche.tv/*",
"https://*.pandora.com/*"
],
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}