{
  "name": "IronGram — The Social Network for Lifters",
  "short_name": "IronGram",
  "description": "Track workouts, post gym selfies, level up RPG-style. The Instagram of lifting weights.",
  "id": "/",
  "start_url": "/feed?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#ff9800",
  "lang": "en",
  "dir": "ltr",
  "categories": ["fitness", "social", "lifestyle", "health"],
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "Your lifting feed",
      "url": "/feed?utm_source=pwa_shortcut"
    },
    {
      "name": "Log a Workout",
      "short_name": "Workout",
      "description": "Track today's workout",
      "url": "/workout?utm_source=pwa_shortcut"
    },
    {
      "name": "Daily Check-in",
      "short_name": "Check-in",
      "description": "Keep your streak alive",
      "url": "/checkin?utm_source=pwa_shortcut"
    }
  ]
}
