{
  "name": "苹果CMS播放器",
  "short_name": "视频播放器",
  "description": "基于苹果CMS的视频播放应用",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#141414",
  "theme_color": "#141414",
  "orientation": "any",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎬</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%22180%22>🎬</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["entertainment", "video"],
  "shortcuts": [
    {
      "name": "首页",
      "short_name": "首页",
      "description": "返回首页",
      "url": "/"
    },
    {
      "name": "搜索",
      "short_name": "搜索",
      "description": "搜索视频",
      "url": "/#search"
    }
  ]
}