{
  "id": "/",
  "name": "JustWatch",
  "short_name": "JustWatch",
  "description": "Your ultimate destination for TV shows and movies",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#05070a",
  "theme_color": "#f5b700",
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "en",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-mask.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-mask.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-1024-mask.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Movies",
      "url": "/movies",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "TV Shows",
      "url": "/tv",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "categories": ["entertainment", "video", "tv"],
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+tvu",
      "url": "/?url=%s"
    }
  ],
  "background_sync": {
    "tags": ["sync-recommendations"]
  },
  "periodic_sync": {
    "min_interval": 86400
  },
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "scope_extensions": [
    {
      "origin": "https://justwatch.space"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "iarc_rating_id": "e1234567890"
}
