{
  "name": "Chat & Channels",
  "short_name": "ChatChannels",
  "description": "A real-time chat application using Firebase, allowing users to sign up, chat with each other, and create communication channels to add people.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#4F46E5",
  "orientation": "portrait",
  "categories": ["social", "communication"],
  "icons": [
    {
      "src": "/pwa_icon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/pwa_icon.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ]
}
