{
  "name": "MovieMind - Your Personal Film Intelligence",
  "short_name": "MovieMind",
  "description": "Manage your movie collection, rate films, and get AI-powered recommendations",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-original.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["entertainment", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Movies",
      "url": "/my-movies-and-series",
      "description": "View your movie collection"
    },
    {
      "name": "Search",
      "url": "/search",
      "description": "Search for movies and series"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your stats"
    }
  ]
}