{
  "name": "미니법정(Mini Court)",
  "short_name": "미니법정",
  "description": "형사재판 판사가 되어 검사·변호인의 공방을 듣고 최종 판결을 내리는 도트 스타일 미니게임",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0805",
  "theme_color": "#2b1c12",
  "lang": "ko",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
