FundThrough

FundThrough

Turn Invoices Into Cash Flow, Fast!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FundThrough",
  "version": "1.1.4",
  "description": "Turn Invoices Into Cash Flow, Fast!",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "https://*.intuit.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.qbo.intuit.com/app/*"
      ],
      "css": [
        "vendors/popupS.min.css",
        "css/content.css"
      ],
      "js": [
        "js/content.bundle.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "ft-logo.png"
  }
}