{
  "name": "Max Guru — Train. Track. Transform.",
  "short_name": "Max Guru",
  "description": "Your gym in your pocket. Workouts, meals and progress with your trainer.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F6F7F9",
  "theme_color": "#F6F7F9",
  "categories": ["health", "fitness", "lifestyle", "sports"],
  "icons": [
    { "src": "/static/images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/images/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/images/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Workout",
      "short_name": "Workout",
      "url": "/exercises/",
      "icons": [{"src": "/static/images/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "My meals",
      "short_name": "Meals",
      "url": "/meal-plan/",
      "icons": [{"src": "/static/images/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Chat",
      "short_name": "Chat",
      "url": "/chat/",
      "icons": [{"src": "/static/images/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Book a class",
      "short_name": "Book",
      "url": "/book/",
      "icons": [{"src": "/static/images/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
