
{
  "short_name": "CineCircle",
  "name": "CineCircle - Social Cinema",
  "icons": [
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": ".",
  "background_color": "#020617",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#020617",
  "shortcuts": [
    {
      "name": "Search Movies",
      "short_name": "Search",
      "description": "Find and recommend movies",
      "url": "/#/discover",
      "icons": [{ "src": "https://img.icons8.com/fluency/96/search.png", "sizes": "96x96" }]
    }
  ]
}