{
  "name": "RefManager 3x3",
  "short_name": "RefManager 3x3",
  "description": "3x3 referee management — scheduling, assignments, and live day operations",
  "start_url": "/3x3/",
  "scope": "/3x3/",
  "display": "standalone",
  "background_color": "#000032",
  "theme_color": "#FA4A00",
  "orientation": "any",
  "categories": ["sports", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/3x3/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/3x3/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/3x3/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/3x3/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Schedule",
      "short_name": "Schedule",
      "url": "/3x3/ref",
      "icons": [
        {
          "src": "/3x3/logos/badge-dark.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Check In",
      "short_name": "Check In",
      "url": "/3x3/ref/tournaments",
      "icons": [
        {
          "src": "/3x3/logos/badge-dark.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/3x3/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "3x3 referee schedule on mobile"
    },
    {
      "src": "/3x3/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "3x3 tournament dashboard on desktop"
    }
  ]
}
