Keeper

Keeper

Keeper is one app to run your bookkeeping business. We allow bookkeepers to run their entire month-end close in one tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.1dba9037.png",
    "32": "icon32.plasmo.63163c38.png",
    "48": "icon48.plasmo.ceddbff4.png",
    "64": "icon64.plasmo.88379955.png",
    "128": "icon128.plasmo.40aba07b.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.1dba9037.png",
      "32": "icon32.plasmo.63163c38.png",
      "48": "icon48.plasmo.ceddbff4.png",
      "64": "icon64.plasmo.88379955.png",
      "128": "icon128.plasmo.40aba07b.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.5.4",
  "author": "Keeper",
  "name": "Keeper",
  "description": "Keeper is one app to run your bookkeeping business. We allow bookkeepers to run their entire month-end close in one tab.",
  "background": {
    "service_worker": "background.9ea51752.js"
  },
  "permissions": [
    "storage",
    "cookies"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://keeper-review-fe-stg-fqxnjd29.herokuapp.com/*",
        "https://keeper.app/*",
        "https://www.keeper.app/*",
        "http://localhost:3000/*",
        "https://go.xero.com/*"
      ],
      "js": [
        "xero-cookie.dd5117ac.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://app.qbo.intuit.com/app/*",
        "https://app.sandbox.qbo.intuit.com/app/*"
      ],
      "js": [
        "bankfeed-client-info.f2629d39.js"
      ],
      "css": [
        "bankfeed-client-info.bac10176.css"
      ]
    },
    {
      "matches": [
        "https://app.qbo.intuit.com/app/*",
        "https://app.sandbox.qbo.intuit.com/app/*"
      ],
      "js": [
        "bankfeed-qbo.341032d1.js"
      ],
      "css": [
        "bankfeed-client-info.bac10176.css"
      ]
    },
    {
      "matches": [
        "https://app.qbo.intuit.com/app/*",
        "https://app.sandbox.qbo.intuit.com/app/*"
      ],
      "js": [
        "bankfeed-notifications.db0b26e0.js"
      ],
      "css": [
        "bankfeed-client-info.bac10176.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "modal-action.9ed86fb4.js"
      ],
      "all_frames": true,
      "css": [
        "bankfeed-client-info.bac10176.css"
      ]
    },
    {
      "matches": [
        "http://localhost:3000/login-extension*",
        "https://*.dev.keeper.app/login-extension*",
        "https://*.staging.keeper.app/login-extension*",
        "https://*.keeper.app/login-extension*"
      ],
      "js": [
        "extension-login.57fe0227.js"
      ],
      "css": [
        "bankfeed-client-info.bac10176.css"
      ]
    }
  ],
  "host_permissions": [
    "http://*.xero.com/",
    "https://*.xero.com/",
    "https://*.intuit.com/"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://app.qbo.intuit.com/*",
        "https://app.sandbox.qbo.intuit.com/*"
      ],
      "resources": [
        "pdf.worker.min.007cc5a3.js",
        "bankfeed-client-info.1cc1e5a8.css"
      ]
    },
    {
      "matches": [
        "https://app.qbo.intuit.com/*",
        "https://app.sandbox.qbo.intuit.com/*"
      ],
      "resources": [
        "pdf.worker.min.007cc5a3.js",
        "bankfeed-client-info.1cc1e5a8.css"
      ]
    },
    {
      "matches": [
        "https://app.qbo.intuit.com/*",
        "https://app.sandbox.qbo.intuit.com/*"
      ],
      "resources": [
        "pdf.worker.min.007cc5a3.js",
        "bankfeed-client-info.1cc1e5a8.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "pdf.worker.min.007cc5a3.js",
        "bankfeed-client-info.1cc1e5a8.css"
      ]
    },
    {
      "matches": [
        "http://localhost:3000/*",
        "https://*.dev.keeper.app/*",
        "https://*.staging.keeper.app/*",
        "https://*.keeper.app/*"
      ],
      "resources": [
        "pdf.worker.min.007cc5a3.js",
        "extension-login.8eda3031.png",
        "bankfeed-client-info.1cc1e5a8.css"
      ]
    }
  ]
}