{
  "name": "SquadPulse",
  "short_name": "SquadPulse",
  "description": "Complete management solution for sports clubs - training, inventory, finances, and team management",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "gcm_sender_id": "103953800507",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["sports", "productivity", "business"],
  "lang": "en",
  "dir": "ltr",
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Training Calendar",
      "short_name": "Calendar",
      "description": "View training schedule",
      "url": "/training/calendar",
      "icons": [
        {
          "src": "/img/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Team Dashboard",
      "short_name": "Team",
      "description": "View team members",
      "url": "/team",
      "icons": [
        {
          "src": "/img/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
