{
  "name": "Tiffin Tracker PWA",
  "short_name": "Tiffin",
  "description": "An offline Progressive Web App for tracking tiffin costs.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7f1eb",
  "theme_color": "#ffe7e0",
  "icons": [
    {
      "src": "/app-icon.jpg",
      "sizes": "1024x1024",
      "type": "image/jpeg"
    },
    {
      "src": "/app-icon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ]
}
