{
  "name": "Personal Intelligence OS",
  "short_name": "PIO",
  "description": "A privacy-first, browser-based AI productivity & knowledge management system.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "scope": "/",
  "categories": ["productivity", "utilities", "education"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Note",
      "url": "/dashboard/knowledge",
      "description": "Create a new note"
    },
    {
      "name": "Ask AI",
      "url": "/dashboard/chat",
      "description": "Open AI assistant"
    },
    {
      "name": "Today's Tasks",
      "url": "/dashboard",
      "description": "View today's tasks"
    }
  ]
}
