{
  "name": "Coffer",
  "short_name": "Coffer",
  "icons": [
    {
      "src": "/logo-pwa.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/logo-pwa.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "minimal-ui"],
  "scope": "/",
  "description": "Coffer — your Financial Operating System.",
  "theme_color": "#0A0F1E",
  "background_color": "#0A0F1E"
  ,
  "shortcuts": [
    {
      "name": "Add Receipt",
      "short_name": "Receipt",
      "description": "Snap a receipt and let Coffer read it",
      "url": "/captures/receipts/new",
      "icons": [
        { "src": "/icon-512.png", "sizes": "512x512" }
      ]
    },
    {
      "name": "Cash Expense",
      "short_name": "Cash",
      "description": "Log a cash expense",
      "url": "/captures/cash/new",
      "icons": [
        { "src": "/icon-512.png", "sizes": "512x512" }
      ]
    }
  ]
}
