{
  "name": "the daily bricks",
  "short_name": "brickyard",
  "description": "Budget, debt payoff, and net worth — all in one place.",
  "id": "/brickyard",
  "start_url": "/brickyard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "categories": ["finance", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Brickyard",
      "short_name": "Brickyard",
      "url": "/brickyard",
      "description": "Your money home base"
    },
    {
      "name": "Log Transaction",
      "short_name": "Log",
      "url": "/brickyard?action=add-transaction",
      "description": "Quickly log a transaction"
    },
    {
      "name": "Budget",
      "short_name": "Budget",
      "url": "/budget",
      "description": "Open your monthly budget"
    }
  ]
}
