{
  "name": "Astral Turf - Soccer Tactics Board",
  "short_name": "Astral Turf",
  "description": "AI-powered soccer tactical planner with mobile-first design",
  "version": "8.0.0",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#1e40af",
  "background_color": "#0f172a",
  "lang": "en",
  "scope": "/",
  "categories": ["sports", "productivity", "education"],
  "screenshots": [
    {
      "src": "/screenshots/desktop.svg",
      "sizes": "1920x1080",
      "type": "image/svg+xml",
      "platform": "wide"
    },
    {
      "src": "/screenshots/mobile.svg",
      "sizes": "390x844",
      "type": "image/svg+xml",
      "platform": "narrow"
    }
  ],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Formation",
      "short_name": "New",
      "description": "Create a new tactical formation",
      "url": "/tactics?action=new",
      "icons": [
        {
          "src": "/icons/shortcut-new.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Analytics Dashboard",
      "short_name": "Analytics",
      "description": "View team performance analytics",
      "url": "/analytics",
      "icons": [
        {
          "src": "/icons/shortcut-analytics.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Player Management",
      "short_name": "Players",
      "description": "Manage your team roster",
      "url": "/players",
      "icons": [
        {
          "src": "/icons/shortcut-players.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "formation",
          "accept": ["application/json", ".json"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "application/json": [".json"],
        "text/csv": [".csv"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "astral-turf",
      "url": "/handle?url=%s"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.astralturf.tactics",
      "id": "com.astralturf.tactics"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/astral-turf/id123456789"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
