{
  "name": "Movie Explorer · Blue‑Idea",
  "short_name": "Movie Explorer",
  "description": "Explore Top 100 movies, new releases, cast, ratings, streaming providers and more — powered by TMDB.",
  "start_url": "/movies.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0f1f",
  "theme_color": "#0a0f1f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
