{
  "name": "veliQ",
  "short_name": "veliQ",
  "id": "/",
  "description": "AI-powered running coach that analyzes your training, provides personalized insights, and helps you reach your running goals",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#04342C",
  "theme_color": "#0F6E56",
  "categories": ["health", "fitness", "sports"],
  "icons": [
    {
      "src": "/veliq_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/veliq_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/veliq_icon_512_maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your training dashboard",
      "url": "/",
      "icons": [
        {
          "src": "/veliq_icon_192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Plan Workout",
      "short_name": "Workout",
      "description": "Generate a structured workout",
      "url": "/?tab=generator",
      "icons": [
        {
          "src": "/veliq_icon_192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard with AI coaching insights"
    }
  ]
}