{
  "name": "LiveZap",
  "short_name": "LiveZap",
  "description": "Live streaming and messaging app with WhatsApp-inspired design",
  "start_url": "/?source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#25D366",
  "icons": [
    {
      "src": "/livezap-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/livezap-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["communication", "social"],
  "shortcuts": [
    {
      "name": "Conversas",
      "short_name": "Conversas",
      "description": "Abrir conversas",
      "url": "/",
      "icons": [{ "src": "/livezap-icon.png", "sizes": "512x512", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/livezap-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/livezap-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}
