{
  "name": "Reccoz — Find What to Watch. Tonight.",
  "short_name": "Reccoz",
  "description": "Human-curated movie recommendations. No algorithm boxing you into the same five genres — just picks that actually fit the night you're having.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#120D0C",
  "theme_color": "#120D0C",
  "categories": ["entertainment", "lifestyle"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Pick a Movie in 10 Seconds",
      "short_name": "Quick Match",
      "description": "Skip the thinking — get an instant pick",
      "url": "/?action=quickmatch",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
