{
  "name": "纯听",
  "short_name": "纯听",
  "description": "有声书搜索和播放平台",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a0a2e",
  "orientation": "portrait-primary",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+audiobook",
      "url": "/player/%s"
    }
  ],
  "icons": [
    {
      "src": "/static/images/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "books", "music"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "搜索",
      "short_name": "搜索",
      "description": "搜索有声书",
      "url": "/?shortcut=search&source=pwa",
      "icons": [
        {
          "src": "/static/images/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "历史",
      "short_name": "历史",
      "description": "查看播放历史",
      "url": "/history?shortcut=history&source=pwa",
      "icons": [
        {
          "src": "/static/images/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}

