{
  "name": "Pennyd",
  "short_name": "Pennyd",
  "description": "Simple, private budget tracking with receipt scanning.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#6366F1",
  "theme_color": "#6366F1",
  "icons": [
    { "src": "/icon.svg", "type": "image/svg+xml", "sizes": "any", "purpose": "any" },
    { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "any maskable" },
    { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Log expense",
      "short_name": "+ Log",
      "description": "Quickly log an expense",
      "url": "/add?from=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scan receipt",
      "short_name": "Scan",
      "description": "Scan a receipt with the camera",
      "url": "/scan?from=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View insights",
      "short_name": "Insights",
      "description": "See your spending insights",
      "url": "/insights?from=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}