{
  "name": "PupeChat",
  "short_name": "PupeChat",
  "id": "/",
  "scope": "/",
  "start_url": "/",
  "description": "Secure PupeChat messaging and WebRTC calling as an installable web app.",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "lang": "hr",
  "background_color": "#07111d",
  "theme_color": "#0f4c81",
  "categories": ["communication", "social", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/pwa/screenshot-mobile.svg",
      "sizes": "1080x1920",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Incoming call UI after tapping Accept from the push notification"
    },
    {
      "src": "/pwa/screenshot-wide.svg",
      "sizes": "1600x900",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "PupeChat call and messaging workspace in installed PWA mode"
    }
  ]
}
