{
  "name": "Screens",
  "short_name": "Screens",
  "description": "Your shared watchlist for movies and shows.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f6f4fb",
  "theme_color": "#f6f4fb",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "/app",
      "accept": {
        "image/*": [
          ".png",
          ".jpg",
          ".jpeg",
          ".webp",
          ".heic"
        ]
      },
      "launch_type": "single-client"
    }
  ]
}
