{
  "name": "LogLife - High Performance Tracker",
  "short_name": "LogLife",
  "description": "Track your habits, tasks, expenses, and journal in one unified high-performance dashboard.",
  "id": "/?pwa=1",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "icons": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}