{
  "name": "Lumen — Your day, effortlessly",
  "short_name": "Lumen",
  "description": "Your daily companion for tasks, habits and intentional living.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7f3ef",
  "theme_color": "#e08a28",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Today's Tasks",
      "url": "/",
      "description": "View and manage today's tasks"
    },
    {
      "name": "Calendar",
      "url": "/calendar",
      "description": "View your habit calendar"
    }
  ]
}
