{
  "id": "/",
  "name": "바텐톡 - 바텐더 익명 커뮤니티",
  "short_name": "바텐톡",
  "description": "바텐더들의 익명 커뮤니티. 술도감, 칵테일 레시피, 모임, 채용정보까지.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ff5c35",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["social", "food", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "커뮤니티",
      "short_name": "커뮤니티",
      "url": "./?go=community",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "술도감",
      "short_name": "술도감",
      "url": "./?go=dogam",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "채용정보",
      "short_name": "채용",
      "url": "./?go=jobs",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
