{
  "name": "Netflix",
  "short_name": "Netflix",
  "id": "netflix",
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://netflix.com/site.webmanifest"
    },
    {
      "platform": "windows",
      "id": "4DF9E0F8.Netflix_mcm4njqhnhss8!Netflix.App"
    }
  ],
  "description": "Watch Netflix movies & TV shows online or stream right to your smart TV, game console, PC, Mac, mobile, tablet and more.",
  "scope": "https://www.netflix.com/",
  "start_url": "/pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "categories": [
    "entertainment"
  ],
  "launch_handler": {
    "client_mode": "auto"
  },
  "handle_links": "not-preferred",
  "theme_color": "#060606",
  "background_color": "#060606",
  "icons": [
      {
          "src": "https://assets.nflxext.com/us/ffe/siteui/common/icons/nficon2016.png",
          "type": "image/png",
          "sizes": "64x64"
      },
      {
          "src": "/nficon_144.png",
          "type": "image/png",
          "sizes": "144x144",
          "purpose": "any"
      },
      {
          "src": "/nficon_512.png",
          "type": "image/png",
          "sizes": "512x512"
      }
  ]
}
