{
  "name": "Franchise Portal",
  "short_name": "Franchise Portal",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#02050a",
  "theme_color": "#07101f",
  "description": "Multi-league front office platform with GM phone alerts, trade workspaces, and league management tools.",
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "id": "/",
  "scope": "/",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait"
}