{
  "name": "GNWCC — World Of Fitness & Events",
  "short_name": "GNWCC",
  "description": "Track activities, compete on segments, and get AI coaching with GNWCC.",
  "start_url": "/app/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#052A3F",
  "theme_color": "#FF6B00",
  "lang": "en-IN",
  "categories": ["fitness", "health", "sports"],
  "icons": [
    { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-384.png",  "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Record Activity",
      "short_name": "Record",
      "description": "Start recording a new activity",
      "url": "/app/activities/live",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Activities",
      "short_name": "Activities",
      "description": "View your activities",
      "url": "/app/activities",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaderboard",
      "description": "View the leaderboard",
      "url": "/app/leaderboard",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "GNWCC Dashboard"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
