Cash Organizer

Cash Organizer

Manage your finances online and offline with your family or co-workers: home, at work and on the go. For Windows/MacOS X/Android/iOS

Merlin
Additional files are visible only to premium users

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.45",
  "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"
  ]
}