{
  "name": "먹방랭커 - 방문자 랭킹",
  "short_name": "먹방랭커",
  "description": "동네 맛집을 다니고 랭커가 되는 먹방 랭킹 게임",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#F7F9FC",
  "theme_color": "#FF6B35",
  "orientation": "portrait",
  "lang": "ko",
  "categories": ["food", "lifestyle", "social"],
  "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"
    }
  ]
}
