{
  "name": "The Common Link Café",
  "short_name": "Common Link",
  "description": "A free daily word puzzle. Group 16 tiles into 4 hidden families, then find the one Common Link beneath them all. No ads. No data collected.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#E8A23D",
  "background_color": "#FAF3E5",
  "lang": "en",
  "categories": ["games", "puzzle", "word"],
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/og-card.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "The Common Link Café puzzle board — group tiles, find the Common Link"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Puzzle",
      "short_name": "Play",
      "description": "Jump straight into today's puzzle",
      "url": "/",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
