{
  "_comment": "ajwg PWA manifest — 앱 모드(standalone)는 세로 고정(orientation: portrait). 아이콘 = favicon pub 직접 사용(아이콘류 규약).",
  "name": "ajwg — airJAWS webGame",
  "short_name": "ajwg",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0e15",
  "theme_color": "#0b0e15",
  "icons": [
    { "src": "/pub/assets/images/favicon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/pub/assets/images/favicon-512.png", "sizes": "512x512", "type": "image/png" }
  ]
}
