{
  "_comment": "BRANDING: Logo paths are automatically injected from client/src/config/branding.ts during build. To change logos, update branding.ts and run: npm run inject-branding",
  "short_name": "Chess Tour-8040",
  "name": "ChessDirector - Chess Tournaments",
  "description": "View live chess tournament standings, pairings, and results",
  "icons": [
    {
      "src": "favicon-32.png",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/png"
    },
    {
      "src": "Gemini_Generated_Image_t20dtwt20dtwt20d-removebg-preview.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable any"
    },
    {
      "src": "Gemini_Generated_Image_t20dtwt20dtwt20d-removebg-preview.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable any"
    }
  ],
  "start_url": "/public/open",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "games",
    "sports",
    "productivity"
  ],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Tournament",
      "short_name": "Find",
      "description": "Enter tournament code to find your tournament",
      "url": "/public/open",
      "icons": [
        {
          "src": "Gemini_Generated_Image_t20dtwt20dtwt20d-removebg-preview.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Browse Tournaments",
      "short_name": "Browse",
      "description": "Browse all public tournaments",
      "url": "/public/tournaments",
      "icons": [
        {
          "src": "Gemini_Generated_Image_t20dtwt20dtwt20d-removebg-preview.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Organizations",
      "short_name": "Orgs",
      "description": "View chess organizations",
      "url": "/public/organizations",
      "icons": [
        {
          "src": "Gemini_Generated_Image_t20dtwt20dtwt20d-removebg-preview.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "capture_links": "new-client",
  "protocol_handlers": [
    {
      "protocol": "web+chess",
      "url": "/tournament?id=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/import-tournament",
      "accept": {
        "text/csv": [
          ".csv"
        ],
        "application/json": [
          ".json"
        ]
      }
    }
  ],
  "share_target": {
    "action": "/share-tournament",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "tournament-file",
          "accept": [
            "text/csv",
            "application/json"
          ]
        }
      ]
    }
  },
  "permissions": [
    "notifications",
    "background-sync",
    "persistent-storage"
  ],
  "features": [
    "Cross Platform",
    "fast",
    "simple"
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "version": "1777588040"
}
