{
  "name": "TopMovie",
  "short_name": "TopMovie",
  "description": "TopMovie authorized video catalog and playback portal",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#090b12",
  "theme_color": "#101826",
  "categories": ["entertainment", "video"],
  "icons": [
    {
      "src": "/static/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/topmovie-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/topmovie-icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "最新电影",
      "short_name": "电影",
      "url": "/index.php/vod/type/id/1.html?source=pwa_shortcut",
      "icons": [{ "src": "/static/images/topmovie-icon.png", "sizes": "512x512" }]
    },
    {
      "name": "最新电视剧",
      "short_name": "电视剧",
      "url": "/index.php/vod/type/id/2.html?source=pwa_shortcut",
      "icons": [{ "src": "/static/images/topmovie-icon.png", "sizes": "512x512" }]
    },
    {
      "name": "影视资讯",
      "short_name": "资讯",
      "url": "/index.php/art/type/id/32.html?source=pwa_shortcut",
      "icons": [{ "src": "/static/images/topmovie-icon.png", "sizes": "512x512" }]
    }
  ]
}
