{
  "name": "Puzzlr - Collaborative Puzzle Solving",
  "short_name": "Puzzlr",
  "description": "The ultimate collaborative puzzle-solving experience. Connect with friends, solve puzzles together, and track your progress in real-time.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#241A25",
  "theme_color": "#63524D",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple touch icon"
    }
  ],
  "categories": ["games", "entertainment", "productivity"],
  "lang": "en-US",
  "scope": "/",
  "id": "puzzlr-web"
}