{
  "_comment": "Web App 配置：浏览器添加到主屏幕时读取应用名称、启动地址、图标和显示方式。iPhone 优先使用 index.html 中的 apple-touch-icon。",
  "name": "NobleShort",
  "short_name": "NobleShort",
  "description": "Watch short dramas on NobleShort.",
  "start_url": "/",
  "_comment_icons": "主屏幕图标配置。",
  "icons": [
    {
      "src": "/static/share-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/share-icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "theme_color": "#000000",
  "background_color": "#000000",
  "_comment_display": "standalone 表示以类似 App 的独立窗口打开，不显示普通浏览器地址栏。",
  "display": "standalone"
}
