{
  "name": "스쿠버타임즈",
  "short_name": "스쿠버타임즈",
  "description": "스쿠버 다이빙 전문 인터넷 신문 - 국내외 다이빙 뉴스, 안전 정보, 장비 리뷰, 다이빙 포인트 정보",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0077b6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ko",
  "icons": [
    {
      "src": "/icon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/icon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["news", "sports", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "최신 뉴스",
      "short_name": "뉴스",
      "description": "최신 다이빙 뉴스 보기",
      "url": "/articles",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "기상 정보",
      "short_name": "기상",
      "description": "다이빙 포인트 기상 확인",
      "url": "/weather",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
