Accounting Software by ZipBooks

Accounting Software by ZipBooks

Accounting software that makes you even smarter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Accounting Software by ZipBooks",
  "short_name": "ZipBooks",
  "description": "Accounting software that makes you even smarter.",
  "version": "1.31",
  "manifest_version": 2,
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "685151888617",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "href": "https://app.zipbooks.com/login",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "icons": {
    "16": "icons/icon-purple-16.png",
    "48": "icons/icon-purple-48.png",
    "128": "icons/icon-purple-128.png"
  },
  "app": {
    "urls": [
      "https://app.zipbooks.com/login",
      "https://app.zipbooks.com/",
      "https://app.zipbooks.com/invoices",
      "https://app.zipbooks.com/invoices/new",
      "https://app.zipbooks.com/recurring-profiles",
      "https://app.zipbooks.com/recurring-profiles/new",
      "https://app.zipbooks.com/estimates",
      "https://app.zipbooks.com/estimates/new"
    ],
    "launch": {
      "web_url": "https://app.zipbooks.com/v2/auth/google?callback-url=https%3A%2F%2Fapp.zipbooks.com"
    }
  }
}