Inspect and view changes in Budget Manager 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",
"manifest_version": 3,
"name": "Budget Manager",
"version": "3.0",
"description": "Gestisci il tuo budget mensile in modo semplice ed efficace",
"permissions": [
"storage",
"windows"
],
"action": {
"default_title": "Budget Manager",
"default_popup": "popup.html"
},
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}