{
  "name": "OCR Receipt Processor",
  "short_name": "Receipt OCR",
  "description": "Snap, scan, and track your receipts with AI-powered OCR",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#9333ea",
  "orientation": "portrait",
  "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", "productivity", "utilities"],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload Receipt",
      "short_name": "Upload",
      "description": "Upload a new receipt for OCR processing",
      "url": "/upload",
      "icons": [
        {
          "src": "/icon-upload.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Receipts",
      "short_name": "Receipts",
      "description": "Browse all your receipts",
      "url": "/receipts",
      "icons": [
        {
          "src": "/icon-receipts.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
