{
  "name": "Tidl — Irregular Income Manager",
  "short_name": "Tidl",
  "description": "Know exactly what you can spend. Irregular income, finally under control.",
  "start_url": "/app.html",
  "display": "standalone",
  "background_color": "#f5f0e8",
  "theme_color": "#f5f0e8",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["finance", "productivity"],
  "lang": "en-CA",
  "shortcuts": [
    {
      "name": "Log Income",
      "short_name": "Log",
      "description": "Quickly log a new income entry",
      "url": "/?tab=log",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log Mileage",
      "short_name": "Mileage",
      "description": "Log a business trip",
      "url": "/?tab=miles",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
