AI Bookkeeper by Booke.ai

AI Bookkeeper by Booke.ai

Streamline your bookkeeping tasks and boost productivity with the Booke.ai browser extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "AI Bookkeeper by Booke.ai",
  "version": "2.8.19569",
  "description": "Streamline your bookkeeping tasks and boost productivity with the Booke.ai browser extension",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "webRequest"
  ],
  "background": {
    "service_worker": "js/sw.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "main.css"
      ]
    }
  ],
  "host_permissions": [
    "*://*.go.xero.com/",
    "*://*.app.qbo.intuit.com/",
    "*://*.booke.ai/"
  ]
}