{
  "name": "兮·境 - 本兮音乐纪念空间",
  "short_name": "兮·境",
  "description": "沉浸式本兮音乐纪念空间 - 让青春永不散场",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#ffb6c1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["music", "entertainment", "lifestyle"],
  "lang": "zh-CN",
  "dir": "ltr",
  "scope": "/",
  "shortcuts": [
    {
      "name": "播放音乐",
      "short_name": "播放",
      "description": "开始播放本兮的歌曲",
      "url": "/?action=play",
      "icons": [{ "src": "/icons/play.png", "sizes": "96x96" }]
    },
    {
      "name": "查看历程",
      "short_name": "历程",
      "description": "查看本兮音乐历程",
      "url": "/?action=timeline",
      "icons": [{ "src": "/icons/timeline.png", "sizes": "96x96" }]
    }
  ]
}