{
 "name": "PLATTRA",
 "short_name": "PLATTRA",
 "description": "노래를 검색하면 턴테이블이 됩니다. 앨범 표지 색이 판과 배경으로 번지고, 가사가 함께 흐릅니다.",
 "lang": "ko",
 "start_url": "/",
 "scope": "/",
 "display": "standalone",
 "orientation": "any",
 "background_color": "#000000",
 "theme_color": "#000000",
 "categories": [
  "music",
  "entertainment"
 ],
 "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-512.png",
   "sizes": "512x512",
   "type": "image/png",
   "purpose": "maskable"
  }
 ]
}