{
  "name": "NFL Flag Referee Companion",
  "short_name": "Ref Companion",
  "description": "Offline-first game clock, score keeper, and rules guide for Flag Football referees.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#071324",
  "theme_color": "#0b2240",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
