{
  "name": "NewGen Sport",
  "short_name": "NewGen Sport",
  "description": "Offline-ready performance tracking and next-session coaching for serious athletes.",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#050505",
  "orientation": "portrait",
  "categories": ["sports", "health", "fitness", "productivity"],
  "icons": [
    {
      "src": "./assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Data Point",
      "short_name": "Add Workout",
      "description": "Jump directly to the workout logging flow.",
      "url": "./index.html?screen=workout&source=shortcut",
      "icons": [
        {
          "src": "./assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Progress",
      "short_name": "Progress",
      "description": "Open the recent trend and progress score view.",
      "url": "./index.html?screen=progress&source=shortcut",
      "icons": [
        {
          "src": "./assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Weekly Program",
      "short_name": "Program",
      "description": "Open the current weekly training plan.",
      "url": "./index.html?screen=program&source=shortcut",
      "icons": [
        {
          "src": "./assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
