{
  "name": "Shree Phanindra",
  "short_name": "Shree Phanindra",
  "description": "Personal fitness coaching portal by Shree Phanindra.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#D91F26",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/apple-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Diet Plan",
      "url": "/client?tab=diet",
      "icons": [{ "src": "/apple-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Workout Plan",
      "url": "/client?tab=workout",
      "icons": [{ "src": "/apple-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Habit Tracker",
      "url": "/client?tab=habits",
      "icons": [{ "src": "/apple-icon.png", "sizes": "192x192" }]
    }
  ]
}
