MonkBe

MonkBe

Make QuickBooks Online less frustrating with a free suite of enchancements!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "MonkBe",
  "description": "Make QuickBooks Online less frustrating with a free suite of enchancements!",
  "version": "1.1.0.7",
  "options_page": "options.html",
  "icons": {
    "32": "images/favicon-large.png",
    "128": "images/favicon-small.png"
  },
  "permissions": [
    "declarativeContent",
    "storage",
    "scripting",
    "tabs"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "images/favicon-large.png",
      "128": "images/favicon-small.png"
    }
  },
  "host_permissions": [
    "https://app.qbo.intuit.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "billPageScript.js",
        "js/qbInvoiceAndSales.js",
        "html/BillStyle.css",
        "options.html",
        "qbjs/bankfeed.js",
        "qbjs/qbChartOfAccounts.js",
        "qbjs/qbJournalEntry.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}