{
  "name": "pushup.cc — Track Your Pushups",
  "short_name": "pushup.cc",
  "description": "Free bodyweight exercise tracker. Log pushups, situps, pullups, squats, and dips, set daily goals, build streaks, and compete with friends on real-time leaderboards.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0f0f1a",
  "theme_color": "#1a1a2e",
  "orientation": "portrait",
  "categories": ["fitness", "health", "sports"],
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
