Inspect and view changes in Sylang 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": "Sylang",
"description": "Ne ratez plus aucun LIVE de la Sylang télévision.",
"version": "1.91",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html",
"default_icon": "img/icon-off-64.png"
},
"icons": {
"64": "img/icon-64.png",
"128": "img/icon-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"
]
}