{
  "id": "/",
  "name": "Ledgers Vault",
  "short_name": "LedgersVault",
  "description": "Secure accounting document management with a mobile-friendly upload experience.",
  "start_url": "/clients",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fbfaf9",
  "theme_color": "#1d8771",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Clients",
      "short_name": "Clients",
      "url": "/clients"
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "url": "/settings"
    }
  ]
}
