{
  "name": "Receipt Scanner & Categorizer",
  "short_name": "ReceiptAI",
  "description": "Scan receipts and categorize items using Gemini API",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "icons": [
    {
      "src": "https://picsum.photos/seed/receipt/192/192",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://picsum.photos/seed/receipt/512/512",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
