Invoice Quick

Invoice Quick

A simple way to create an invoice, estimate and get paid faster.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Invoice Quick",
  "description": "A simple way to create an invoice, estimate and get paid faster.",
  "version": "0.1.4",
  "author": "InvoiceQuick",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhzSvvA9mTCM/P3T9elSrlUTUPVg5O4nBK+gQfENSwj2cLRRAzDrtB0WfLx85yMMHRdvP/oZ6+D+QhEt2weA48nxNdykpv6LNjuzoKj+GX+5ng+wAeTxtaG0JFDGFhwVCVuw4h0LrRRR4Ywl6aB4uJTglSTFr5uG0oJq6C9hvHyv0OKlsja/jO4IUU8jRpWduxO28ampc2Q97DAlDjZpECTC/VxlHxGhVbuX7FJr6UU7akJHKd2RDJGV4h7w45QiPaEjhYJrW+V/2NYKEXRQQjRCa3cLyO3Kbntee9UsRx5otYK8wcMnXMDqow9CcA/vmuM6ttn8RVGfDh/WXasBUSQIDAQAB",
  "icons": {
    "16": "icons/16.png",
    "19": "icons/19.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "InvoiceQuick",
    "default_icon": {
      "16": "icons/16.png",
      "19": "icons/19.png",
      "38": "icons/38.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "permissions": [
    "identity",
    "storage"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "oauth2": {
    "client_id": "581571047887-nuo6ki8ii54ofsg9ephdq292umbcse6o.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  }
}