{
  "name": "Meridian Planning",
  "short_name": "Meridian",
  "description": "The complete planning platform for financial advisors — retirement income, tax strategy, estate planning, and business owner tools in one place.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0f2744",
  "background_color": "#0f2744",
  "scope": "/",
  "lang": "en-US",
  "categories": ["finance", "business", "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/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/favicon.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Dashboard", "url": "/crm", "description": "Open Meridian CRM dashboard" },
    { "name": "New Client", "url": "/crm/clients?new=1", "description": "Add a new client" },
    { "name": "Retirement Plan Simulator", "url": "/tools/retirement-plan-simulator", "description": "Open Retirement Plan Simulator" },
    { "name": "Tax Strategy Pro", "url": "/tools/tax-strategy-pro", "description": "Open Tax Strategy Pro" }
  ]
}