{
  "name": "Refs Gone Wild - NBA Referee Analysis",
  "short_name": "RefsGW",
  "description": "Live NBA referee analysis, Last 2 Minutes reports, and basketball officiating insights. Your source for comprehensive referee statistics and game analysis.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#FFDD00",
  "background_color": "#1C1C1E",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["sports", "news", "entertainment", "education"],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/favicons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "L2M Analysis",
      "short_name": "L2M",
      "description": "View Last 2 Minutes reports and analysis",
      "url": "/l2m-madness",
      "icons": [
        {
          "src": "/favicons/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Ref School",
      "short_name": "School",
      "description": "Learn NBA referee signals and rules",
      "url": "/ref-school",
      "icons": [
        {
          "src": "/favicons/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Power Rankings",
      "short_name": "Rankings",
      "description": "Weekly referee performance rankings",
      "url": "/power-rankings",
      "icons": [
        {
          "src": "/favicons/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
