{
  "name": "MySportScheduling - Sports League Management",
  "short_name": "MySportScheduling",
  "description": "Intelligent sports league management software that automates scheduling, team coordination, and game management. Transform hours of scheduling work into minutes.",
  "start_url": "/",
  "scope": "/",
  "id": "mysportscheduling",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#ffffff",
  "theme_color": "#f97316",
  "orientation": "any",
  "icons": [
    {
      "src": "/images/favicon.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/images/favicon.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/images/favicon.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/images/favicon.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/images/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/favicon.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/images/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/landing/schedule-screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Schedule Management Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your schedule dashboard",
      "url": "/",
      "icons": [{ "src": "/images/favicon.png", "sizes": "96x96" }]
    },
    {
      "name": "New Schedule",
      "short_name": "New",
      "description": "Create a new schedule",
      "url": "/?action=new",
      "icons": [{ "src": "/images/favicon.png", "sizes": "96x96" }]
    }
  ],
  "categories": ["sports", "productivity", "business", "utilities"],
  "iarc_rating_id": "",
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
