Inspect and view changes in Cash Organizer 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": 2,
"name": "Cash Organizer",
"description": "__MSG_appDesc__",
"short_name": "Cash Organizer",
"version": "3.2.451",
"icons": {
"16": "cash_org_16.png",
"32": "cash_org_32.png",
"48": "cash_org_48.png",
"96": "cash_org_96.png",
"128": "cash_org_128.png",
"256": "cash_org_256.png",
"512": "cash_org_512.png"
},
"app": {
"urls": [
"https://www.cashorganizer.com/chrome"
],
"launch": {
"web_url": "https://www.cashorganizer.com/chrome"
}
},
"default_locale": "en",
"offline_enabled": true,
"permissions": [
"unlimitedStorage",
"notifications",
"clipboardRead",
"clipboardWrite"
]
}