Inspect and view changes in Secure Web Dapp 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
{
"description": "Secure Web Dapp is a one-stop dashboard for creating, managing and tracking your DeFi positions.",
"manifest_version": 2,
"name": "Secure Web Dapp",
"version": "1.2.2",
"icons": {
"48": "icons/logo.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icons/logo.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{fc954b61-e910-4441-a277-a9028d64d327}"
}
}
}