{
  "_comment": "老站的 manifest 引用了 icon-192 / icon-512 / screenshot-1 / screenshot-2 —— 这四个文件一个都不存在，全是 404。本文件引用的图标全部由 scripts/gen-icons.ts 真实生成。screenshots 已移除：我们没有截图，与其引用 404 不如不写。",
  "name": "Nerdle - Daily Math Puzzle Game",
  "short_name": "Nerdle",
  "description": "Play Nerdle, the daily math puzzle game. Solve the hidden equation in 6 tries.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#faf7f0",
  "theme_color": "#faf7f0",
  "orientation": "portrait-primary",
  "categories": ["games", "education"],
  "lang": "en-US",
  "dir": "ltr",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Answer",
      "short_name": "Answer",
      "url": "/nerdle-answer-today",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "How to Play",
      "short_name": "Guide",
      "url": "/how-to-play",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
