{
  "name": "CineHub Pro",
  "short_name": "CineHub",
  "description": "Stream and download the latest movies and TV shows in HD.",
  "start_url": "./index.php",
  "display": "standalone",
  "background_color": "#0B0B0B",
  "theme_color": "#00E676",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "assets/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "entertainment"
  ],
  "screenshots": [
    {
      "src": "assets/img/screenshot-home.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "label": "CineHub Pro Home"
    }
  ],
  "shortcuts": [
    {
      "name": "Trending Movies",
      "short_name": "Trending",
      "description": "See what is trending this week",
      "url": "./trending.php",
      "icons": [
        {
          "src": "assets/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Top Rated",
      "short_name": "Top Rated",
      "description": "Highest rated movies of all time",
      "url": "./top-rated.php",
      "icons": [
        {
          "src": "assets/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}