{
  "background_color": "#fff",//主屏幕显示的颜色
  "theme_color":"#fff",//主题颜色
  "orientation":"any",//web应用程序的顶级默认方向
  "description": "a2hs18PPS",//web程序的一般描述
  "display": "standalone",//web应用程序的首选显示模式
  "icons": [
    {
      "src": "/A2HS_18PPS.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],//显示桌面应用的图标
  "name": "18PPS影城",//应用名称
  "short_name": "18PPS影城",//应用名称简称
  "start_url": "/?from=a2hs"//用户启动应用的url
}