Examine source code of MyMoney Live

Inspect and view changes in MyMoney Live 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": "MyMoney Live",
  "short_name": "MyMoney Live",
  "description": "MyMoney is a high quality personal financial software written from ground up to work with online bank statements",
  "version": "2.0.27",
  "manifest_version": 2,
  "icons": {
    "16": "mymoney_16x16.png",
    "48": "mymoney_48x48.png",
    "128": "mymoney_128x128.png"
  },
  "app": {
    "urls": [
      "http://www.mymoneylive.com/gate/login.php"
    ],
    "launch": {
      "web_url": "http://www.mymoneylive.com/gate/login.php"
    }
  },
  "permissions": [
    "notifications"
  ]
}