{
  "name": "SHOWMO — What to Watch Next",
  "short_name": "SHOWMO",
  "description": "Know what to watch next with taste-matched recommendations from friends.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#09080E",
  "theme_color": "#09080E",
  "categories": ["entertainment", "movies", "social"],
  "icons": [
    {
      "src": "/icons/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Discover Shows",
      "short_name": "Discover",
      "description": "Swipe through trending movie and TV recommendations",
      "url": "/?tab=discover",
      "icons": [{ "src": "/icons/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Watchlist",
      "short_name": "Watchlist",
      "description": "View titles queued up for your next movie night",
      "url": "/?tab=lists",
      "icons": [{ "src": "/icons/pwa-192x192.png", "sizes": "192x192" }]
    }
  ]
}
