{
  "name": "数独 Sudoku",
  "short_name": "数独",
  "description": "ヒント解説付きの数独パズル。オフラインでも遊べます。",
  "lang": "ja",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#efe9dd",
  "theme_color": "#b5532f",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}
