{
  "name": "PantryPayback",
  "short_name": "PantryPayback",
  "description": "Get money back from your medically necessary food expenses. Track special food costs for tax deductions and HSA reimbursement.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F8F9FB",
  "theme_color": "#2DB3B3",
  "orientation": "portrait",
  "scope": "/",
  "id": "/",
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["finance", "health", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Add Shopping Trip",
      "short_name": "New Trip",
      "description": "Start a new shopping trip",
      "url": "/?action=new-trip",
      "icons": []
    }
  ]
}
