{
  "name": "Life Hub",
  "short_name": "Life Hub",
  "description": "Personal life automation dashboard — tasks, calendar, reminders, habits, goals and more.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "lifestyle", "utilities"],
  "theme_color": "#060810",
  "background_color": "#0a0d14",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Brain Dump",
      "short_name": "Dump",
      "description": "Capture a thought and let AI sort it",
      "url": "/braindump?source=pwa-shortcut"
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "Open your task list",
      "url": "/tasks?source=pwa-shortcut"
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View your calendar",
      "url": "/calendar?source=pwa-shortcut"
    }
  ]
}
