{
  "id": "/app/feed",
  "name": "OpnTrott",
  "short_name": "OpnTrott",
  "description": "Club feed, crew coordination, event competition, and daily cycling engagement in one installable app.",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "start_url": "/app/feed",
  "background_color": "#101A28",
  "theme_color": "#FF6D00",
  "categories": ["sports", "social", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "url": "/app/feed"
    },
    {
      "name": "Crews",
      "short_name": "Crews",
      "url": "/app/crews"
    },
    {
      "name": "Events",
      "short_name": "Events",
      "url": "/app/events"
    }
  ]
}
