{
  "name": "一筆書きパズル",
  "short_name": "一筆書き",
  "description": "障害ブロックを避けながら全ての空白マスを一筆書きで繋げるパズルゲーム",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#1D9E75",
  "theme_color": "#1D9E75",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
