{
  "id": "/",
  "name": "QuickBilling",
  "short_name": "QuickBilling",
  "description": "Send professional invoices fast and track when clients open them. Invoices, customers, expenses, and subscriptions.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#126dfb",
  "lang": "en",
  "categories": [
    "business",
    "finance",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Pricing",
      "url": "/pricing"
    },
    {
      "name": "Sign in",
      "url": "/signin"
    },
    {
      "name": "Invoices",
      "url": "/invoices"
    }
  ],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}