{
  "name": "Eventify Next Gen",
  "short_name": "Eventify",
  "description": "AI-powered accounting",
  "start_url": "/app",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0b",
  "theme_color": "#6366f1",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "/pwa-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/pwa-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/pwa-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Snap receipt", "url": "/app?tab=expenses&quick=receipt", "description": "Capture a receipt" },
    { "name": "New invoice", "url": "/app?tab=invoices", "description": "Create an invoice" },
    { "name": "Dashboard", "url": "/app?tab=dashboard", "description": "Overview" }
  ]
}
