{
  "name": "Calorie Tracker",
  "short_name": "Calories",
  "description": "Track your calories and nutrition with ease",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f9fafb",
  "theme_color": "#3b82f6",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["health", "lifestyle", "fitness"],
  "shortcuts": [
    { "name": "Dashboard", "url": "/dashboard" },
    { "name": "Log a meal", "url": "/meals" },
    { "name": "View progress", "url": "/progress" }
  ]
}
