Inspect and view changes in ConstaCloud 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "ConstaCloud",
"description": "ConstaCloud Management System.",
"version": "0.7.1",
"manifest_version": 2,
"short_name": "Consta Cloud",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"storage",
"desktopCapture"
],
"icons": {
"128": "images/sand.png"
},
"browser_action": {
"default_title": "ConstaCloud Mini Management System",
"default_popup": "htmls/popup.html",
"default_icon": {
"128": "images/sand.png"
}
}
}