{
  "name": "Personal OS",
  "short_name": "PersonalOS",
  "description": "Kişisel işletim sistemi — öğren, üret, büyü.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    { "name": "Inbox", "url": "/inbox", "description": "Universal Inbox" },
    { "name": "Dashboard", "url": "/", "description": "Dashboard" },
    { "name": "Knowledge", "url": "/knowledge", "description": "Knowledge Base" }
  ]
}
