{
  "name": "SUM2DO",
  "short_name": "SUM2DO",
  "description": "Find training partners and fitness meetups near you",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#020202",
  "theme_color": "#d4ff00",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["fitness", "social", "sports"],
  "shortcuts": [
    {
      "name": "Discover",
      "short_name": "Discover",
      "description": "Browse meetups near you",
      "url": "/home"
    },
    {
      "name": "Create Meetup",
      "short_name": "Create",
      "description": "Create a new training session",
      "url": "/create"
    },
    {
      "name": "My Chats",
      "short_name": "Chats",
      "description": "View your group chats",
      "url": "/chats"
    }
  ]
}
