{
  "id": "/",
  "name": "Runnit - Your Social Sports Network",
  "short_name": "Runnit",
  "description": "Find games, fill open spots, and run your group without group chat chaos — built for drop-in sports, pickup leagues, and arranging subs.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "protocol_handlers": [
    {
      "protocol": "web+runnit",
      "url": "/link?url=%s"
    }
  ],
  "categories": ["sports", "social", "lifestyle"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/android/android-launchericon-48-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/android/android-launchericon-72-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/android/android-launchericon-96-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/android/android-launchericon-144-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/android/android-launchericon-192-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/android/android-launchericon-512-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/ios/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-mobile.png",
      "sizes": "447x721",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your Runnit dashboard with upcoming events and invites"
    },
    {
      "src": "/screenshots/leaguesearch.png",
      "sizes": "1050x737",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Discover public leagues and drop-in games"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/shortcut-dashboard.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Leagues",
      "short_name": "Leagues",
      "description": "View your leagues",
      "url": "/leagues",
      "icons": [
        {
          "src": "/icons/shortcut-leagues.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Find a Sub",
      "short_name": "Find Sub",
      "description": "Find substitute players",
      "url": "/find-a-sub",
      "icons": [
        {
          "src": "/icons/shortcut-sub.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
