{
  "name": "SPLIT",
  "short_name": "SPLIT",
  "description": "Premium training platform for runners and endurance athletes. Built ground-up for density, speed, and gold-standard performance.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#080C14",
  "theme_color": "#080C14",
  "lang": "en",
  "categories": [
    "fitness",
    "health",
    "sports",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Record activity",
      "short_name": "Record",
      "url": "/#/record",
      "description": "Log a manual session"
    },
    {
      "name": "Overview",
      "short_name": "Overview",
      "url": "/#/overview"
    },
    {
      "name": "Training",
      "short_name": "Training",
      "url": "/#/training"
    },
    {
      "name": "Feed",
      "short_name": "Feed",
      "url": "/#/feed"
    }
  ]
}