{
  "name": "FlexMatches",
  "short_name": "FlexMatches",
  "description": "Find a reliable gym partner near you. Match by sport, level, and schedule.",
  "start_url": "/app/home",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#FF5A1F",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["fitness", "health", "sports", "social"],
  "icons": [
    { "src": "/icon.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Log Workout",
      "short_name": "Log",
      "description": "Log today's workout and keep your streak",
      "url": "/app/activity",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Discover Partners",
      "short_name": "Discover",
      "description": "Find nearby gym partners",
      "url": "/app/discover",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "Open your conversations",
      "url": "/app/matches",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/app/feed",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [
    {
      "platform": "itunes",
      "url": "https://testflight.apple.com/join/flexmatches",
      "id": "6761497083"
    }
  ],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FlexMatches home screen"
    }
  ]
}
