{
  "name": "IRON SITREP",
  "short_name": "IRON",
  "description": "Military unit fitness and training management — built for first responders, veterans, and elite teams.",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0e1117",
  "theme_color": "#FF4D00",
  "categories": ["health", "fitness"],
  "icons": [
    {
      "src": "./icons/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./icons/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "IRON SITREP Dashboard"
    },
    {
      "src": "./icons/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "IRON SITREP Desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Unit Dashboard",
      "short_name": "Dashboard",
      "url": "./dashboard",
      "description": "View the unit dashboard"
    },
    {
      "name": "AI Workout Generator",
      "short_name": "AI Workout",
      "url": "./ai-workout",
      "description": "Generate operator workouts with AI"
    }
  ],
  "prefer_related_applications": false
}
