{
  "name": "Jigsaw Puzzle",
  "short_name": "Puzzle",
  "description": "A premium 3D jigsaw puzzle game with gesture control, glassmorphic UI, and cinematic transitions.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#05070e",
  "theme_color": "#05070e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}