{
  "name": "Spotr — AI Workout Coach",
  "short_name": "Spotr",
  "description": "Your AI personal trainer. Guided workouts, real-time coaching, and smart programming.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0f1724",
  "theme_color": "#0f1724",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "fitness", "sports", "lifestyle"],
  "icons": [
    {
      "src": "/spotr-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/spotr-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/spotr-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/spotr-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start workout",
      "short_name": "Workout",
      "description": "Jump straight into the active workout flow.",
      "url": "/workout",
      "icons": [
        {
          "src": "/spotr-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        },
        {
          "src": "/spotr-icon-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View program",
      "short_name": "Program",
      "description": "Open your current program overview.",
      "url": "/program",
      "icons": [
        {
          "src": "/spotr-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        },
        {
          "src": "/spotr-icon-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "History",
      "short_name": "History",
      "description": "Review previous training sessions.",
      "url": "/history",
      "icons": [
        {
          "src": "/spotr-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        },
        {
          "src": "/spotr-icon-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ]
}
