{
  "name": "Bravo AI Bookkeeping",
  "short_name": "Bravo AI",
  "description": "AI-powered bookkeeping for small businesses. Scan receipts, track expenses, and get tax advice instantly.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "business", "productivity"],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Receipt",
      "short_name": "Scan",
      "description": "Quickly scan a new receipt",
      "url": "/dashboard?action=scan",
      "icons": [
        {
          "src": "/icon-scan.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Transactions",
      "short_name": "Transactions",
      "description": "View all transactions",
      "url": "/transactions",
      "icons": [
        {
          "src": "/icon-transactions.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
