{
  "id": "/",
  "short_name": "댕댕이 만보기",
  "name": "댕댕이의 발자국 - 독케어 만보기",
  "description": "댕댕이와 함께 걷고 성장하는 PWA 만보기 서비스",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "background_color": "#080c14",
  "theme_color": "#080c14",
  "display": "standalone",
  "orientation": "portrait",
  "categories": ["health", "fitness", "lifestyle"],
  "shortcuts": [
    {
      "name": "산책 측정기",
      "short_name": "만보기",
      "description": "산책 측정기 메인 화면으로 이동",
      "url": "https://grram.online/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "마이페이지",
      "short_name": "마이페이지",
      "description": "내 정보 및 산책 기록 확인",
      "url": "https://mypage.grram.online/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "커뮤니티",
      "short_name": "커뮤니티",
      "description": "반려인 커뮤니티 이동",
      "url": "https://community.grram.online/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
