{
  "name": "Xovron - Global Automation",
  "short_name": "Xovron",
  "description": "Automate document extraction, approval workflows, and accounting integrations.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1447E6",
  "orientation": "portrait",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png",     "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",     "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Dashboard",       "url": "/dashboard",        "description": "KPIs and analytics" },
    { "name": "Upload Document", "url": "/documents/upload", "description": "Upload a new document" },
    { "name": "New Invoice",     "url": "/invoices/new",     "description": "Create an invoice" },
    { "name": "Approval Queue",  "url": "/approval",         "description": "Pending approvals" },
    { "name": "Capture Receipt", "url": "/expenses/capture", "description": "Scan a receipt with Xova AI" }
  ]
}
