{
  "name": "Statement Calculator",
  "short_name": "StatCalc",
  "description": "AI-powered merchant statement analysis for payment professionals",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "Upload Statement",
      "url": "/",
      "description": "Upload a new merchant statement"
    },
    {
      "name": "CRM Dashboard",
      "url": "/crm",
      "description": "View your merchant pipeline"
    }
  ]
}
