MyMoney Live

MyMoney Live

MyMoney is a high quality personal financial software written from ground up to work with online bank statements

Merlin
Additional files are visible only to premium users

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"
  ]
}