Inspect and view changes in MockVault 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": "MockVault",
"description": "MockVault lets you manage your designs with ease at the backend and present them professionally to your clients at the frontend.",
"version": "1.2",
"manifest_version": 2,
"app": {
"urls": [
"https://mockvau.lt/"
],
"launch": {
"web_url": "https://mockvau.lt/"
}
},
"icons": {
"128": "icon_128.png"
},
"permissions": []
}