{
  "name": "Nonograms — Puzzle.day",
  "short_name": "Nonograms",
  "id": "pixdojo",
  "start_url": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#0e1116",
  "theme_color": "#0e1116",
  "description": "Free browser nonograms. 520+ hand-crafted puzzles across a painted Ghibli-style adventure, Duo Dojo, daily streak, and community-made challenges.",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "categories": [
    "games",
    "entertainment",
    "puzzle"
  ],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "icons/Icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/Icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/Icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "description": "Today's puzzle. Keep your streak going.",
      "url": "/daily",
      "icons": [
        {
          "src": "icons/Icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Weekly Challenge",
      "short_name": "Weekly",
      "description": "This week's 30×30 nonogram, refreshed every Monday.",
      "url": "/weekly",
      "icons": [
        {
          "src": "icons/Icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Adventure",
      "short_name": "Adventure",
      "description": "Continue your world-map journey.",
      "url": "/world",
      "icons": [
        {
          "src": "icons/Icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
