{
  "name": "개인 음악실",
  "short_name": "음악실",
  "description": "개인 음악 스트리밍 서비스",
  "id": "./index.php",
  "lang": "ko-KR",
  "dir": "ltr",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#00CD3C",
  "categories": ["music", "entertainment"],
  "shortcuts": [
    {
      "name": "전체 음악",
      "short_name": "음악",
      "description": "보관함의 전체 음악 목록 열기",
      "url": "./index.php?view=all",
      "icons": [{ "src": "assets/img/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "추천 믹스",
      "short_name": "추천",
      "description": "나를 위한 추천 음악 열기",
      "url": "./recommend.php",
      "icons": [{ "src": "assets/img/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "자동 플레이리스트",
      "short_name": "자동",
      "description": "자동 플레이리스트 열기",
      "url": "./auto_playlists.php",
      "icons": [{ "src": "assets/img/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "assets/img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
