{
  "name": "WarriorPath",
  "short_name": "WarriorPath",
  "description": "Accountability and training tracking for Naval Special Warfare candidates.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1b1f1a",
  "theme_color": "#1b1f1a",
  "categories": ["fitness", "education", "lifestyle"],
  "icons": [
    {
      "src": "/brand/warriorpath-favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/brand/warriorpath-favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/warriorpath-favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a workout",
      "short_name": "Workout",
      "url": "/candidate/dashboard",
      "description": "Jump straight to the candidate dashboard to log today's workout."
    },
    {
      "name": "Take a PST",
      "short_name": "PST",
      "url": "/candidate/fitness/log?mode=selfpst",
      "description": "Submit a self-PST entry."
    }
  ]
}
