{
  "name": "LifeFolder",
  "short_name": "LifeFolder",
  "description": "Your AI document organizer for real life — upload, organize, remember, connect.",
  "icons": [
    { "src": "/icons/icon-192.png", "type": "image/png", "sizes": "192x192" },
    { "src": "/icons/icon-512.png", "type": "image/png", "sizes": "512x512" },
    { "src": "/icons/icon-maskable-512.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ],
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "orientation": "portrait-primary",
  "theme_color": "#017854",
  "background_color": "#F8FAF7",
  "shortcuts": [
    { "name": "Upload a document", "url": "/upload", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "All documents", "url": "/documents", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Ask AI", "url": "/ask", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
