{
  "name": "Cineb — Movies & TV",
  "short_name": "Cineb",
  "description": "Discover movies and TV shows, build My list and find where to watch.",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#07120c",
  "theme_color": "#0f2618",
  "orientation": "any",
  "icons": [
    {
      "src": "assets/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Trending",
      "short_name": "Trending",
      "url": "./trending/"
    },
    {
      "name": "Search Cineb",
      "short_name": "Search",
      "url": "./search.html"
    },
    {
      "name": "My list",
      "short_name": "My list",
      "url": "./watchlist/"
    }
  ]
}
