{
  "name": "糖心vlog - 糖心vlog短视频社区",
  "short_name": "糖心vlog",
  "description": "糖心vlog是一个围绕日常记录与创作者互动展开的短视频社区。",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f0f0f",
  "theme_color": "#f472b6",
  "icons": [
    {
      "src": "/assets/img/9c6be3c2.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/assets/img/9c6be3c2.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/assets/img/9c6be3c2.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "video",
    "entertainment"
  ],
  "screenshots": [
    {
      "src": "/assets/img/og01.webp",
      "sizes": "540x720",
      "type": "image/webp",
      "form_factor": "narrow"
    },
    {
      "src": "/assets/img/og01.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "热门推荐",
      "short_name": "热门",
      "description": "浏览最热门的视频",
      "url": "/hot/",
      "icons": [
        {
          "src": "/assets/img/9c6be3c2.webp",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "最新发布",
      "short_name": "最新",
      "description": "查看最新发布的视频",
      "url": "/new/",
      "icons": [
        {
          "src": "/assets/img/9c6be3c2.webp",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "搜索",
      "short_name": "搜索",
      "description": "搜索视频、创作者或话题",
      "url": "/search/index.html",
      "icons": [
        {
          "src": "/assets/img/9c6be3c2.webp",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share/",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}