{
  "name": "Orbit — Life Operating System",
  "short_name": "Orbit",
  "description": "Unify habits, tasks, journaling, goals, mood tracking, and AI coaching into one dark-mode cockpit.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0D0D0D",
  "theme_color": "#0D0D0D",
  "orientation": "any",
  "categories": ["productivity", "lifestyle", "health"],
  "icons": [
    {
      "src": "/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon-1024x1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Task",
      "short_name": "Task",
      "description": "Quickly add a new task to your Top 3",
      "url": "/tasks?action=new",
      "icons": [{ "src": "/images/icons/shortcut-task.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "New Journal Entry",
      "short_name": "Journal",
      "description": "Write today's journal entry",
      "url": "/journal?action=new",
      "icons": [{ "src": "/images/icons/shortcut-journal.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Quick Navi Chat",
      "short_name": "Navi",
      "description": "Start a conversation with your AI companion",
      "url": "/navi",
      "icons": [{ "src": "/images/icons/shortcut-navi.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Check Pillars",
      "short_name": "Pillars",
      "description": "Review your pillar status and log data",
      "url": "/dashboard#pillars",
      "icons": [{ "src": "/images/icons/shortcut-pillars.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
