{
  "name": "Flickzy - Watch Movies Together, Play Games & Listen to Music with Friends | By Kanha Goyal",
  "short_name": "Flickzy",
  "description": "Social entertainment platform created by Kanha Goyal for watching movies together, playing multiplayer games, and listening to music with friends in real-time. Features synchronized playback, video calls, and live chat. Visit kanhasite.netlify.app for more projects.",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#8b5cf6",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "social", "lifestyle", "utilities"],
  "screenshots": [],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+flickzy",
      "url": "/?room=%s"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Watch Movies",
      "short_name": "Movies",
      "description": "Start a movie watch party",
      "url": "/movie-catalog",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Play Games",
      "short_name": "Games",
      "description": "Play multiplayer games",
      "url": "/games",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Listen to Music",
      "short_name": "Music",
      "description": "Listen to music together",
      "url": "/music",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
