{
  "name": "Patches Game Online",
  "short_name": "Patches",
  "description": "Free grid puzzle game inspired by LinkedIn Patches. Draw rectangles to cover clues!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0c0a1a",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "categories": ["games", "puzzle"],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
