{
  "name": "Puzji",
  "short_name": "Puzji",
  "description": "Free online logic puzzles: Trace, Zip, Patches, Queens, Tally, Streak, Ripple, and Merge.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F1E8",
  "theme_color": "#F5F1E8",
  "categories": ["games", "entertainment"],
  "shortcuts": [
    {
      "name": "Play Trace",
      "url": "/games/trace/",
      "description": "Connect matching dots in a quick Puzji puzzle."
    },
    {
      "name": "Play Zip",
      "url": "/games/zip/",
      "description": "Draw one number path through every square."
    },
    {
      "name": "Play Patches",
      "url": "/games/patches/",
      "description": "Build clue-matching rectangular puzzle regions."
    }
  ],
  "icons": [
    {
      "src": "/favicon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/puzji-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/puzji-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
