Inspect and view changes in SkarTiz 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": "SkarTiz",
"author": "Stacked",
"description": "Vous informe si SkarTiz est en live !",
"version": "1.0.1",
"browser_action": {
"default_title": "SkarTiz",
"default_icon": "img/profile_pic.jpg",
"default_popup": "index.html"
},
"icons": {
"64": "img/icon_64.jpg",
"128": "img/icon_128.jpg"
},
"background": {
"scripts": [
"./js/jquery-3.4.1.min.js",
"./js/background.js"
]
},
"permissions": [
"storage",
"notifications",
"tabs",
"http://*/*",
"https://*/*"
]
}