{
  "name": "Hot & Cold — Word Challenge",
  "short_name": "Hot & Cold",
  "description": "Semantic word-guessing game. Type any word; the heat tells you how close you are. Daily, endless, and multiplayer modes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F0F1A",
  "theme_color": "#0F0F1A",
  "categories": ["games", "education", "puzzle"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/og-image.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
