{
  "name": "Life OS",
  "short_name": "LifeOS",
  "description": "Personal life dashboard — journal, habits, health, finance, and AI briefings.",
  "start_url": "/portal/life/",
  "scope": "/portal/life/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#06060f",
  "theme_color": "#7c3aed",
  "lang": "en-US",
  "categories": ["productivity", "lifestyle", "health"],
  "icons": [
    {
      "src": "/portal/life/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/portal/life/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Journal Entry",
      "short_name": "Journal",
      "url": "/portal/life/journal.html",
      "icons": [{ "src": "/portal/life/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log Habit",
      "short_name": "Habits",
      "url": "/portal/life/habits.html",
      "icons": [{ "src": "/portal/life/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Focus Timer",
      "short_name": "Focus",
      "url": "/portal/life/productivity.html",
      "icons": [{ "src": "/portal/life/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
