Inspect and view changes in Skerax 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": "Skerax",
"description": "Viens voir Skerax en Live",
"version": "2.1",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html",
"default_icon": "img/icon-off-64.png"
},
"icons": {
"64": "img/icon-on-64.png",
"128": "img/icon-on-128.png"
},
"background": {
"scripts": [
"js/jquery.js",
"js/config.js",
"js/functions.js",
"js/startJS.js",
"js/background.js"
],
"persistent": true
},
"permissions": [
"tabs",
"storage",
"notifications"
]
}