{
  "id": "/",
  "name": "Aregix",
  "short_name": "Aregix",
  "description": "ANT+ fitness platform with auto-logging, computer vision treadmill tracking, and immersive workout streaming",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#1a73e8",
  "lang": "en",
  "dir": "ltr",
  "categories": ["fitness", "health", "sports", "lifestyle"],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/icons/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Aregix dashboard"
    },
    {
      "src": "/static/icons/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Aregix on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Athlete Home",
      "short_name": "Athlete",
      "description": "Your training schedule and last workout",
      "url": "/home",
      "icons": [{"src": "/static/icons/sc-athlete.png", "sizes": "96x96", "type": "image/png"}]
    },
    {
      "name": "Coach Mode",
      "short_name": "Coach",
      "description": "Coach dashboard, schedule and athletes",
      "url": "/coach-home",
      "icons": [{"src": "/static/icons/sc-coach.png", "sizes": "96x96", "type": "image/png"}]
    },
    {
      "name": "Live Dashboard",
      "short_name": "Live",
      "description": "Live workout dashboard with HR monitoring",
      "url": "/coach",
      "icons": [{"src": "/static/icons/sc-live.png", "sizes": "96x96", "type": "image/png"}]
    },
    {
      "name": "My Workouts",
      "short_name": "Workouts",
      "description": "Your workout history",
      "url": "/my-workouts",
      "icons": [{"src": "/static/icons/sc-workouts.png", "sizes": "96x96", "type": "image/png"}]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+aregix",
      "url": "/?action=%s"
    }
  ]
}
