{
  "id": "/",
  "name": "groopsee",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "short_name": "groopsee",
  "description": "Connect with your groups through chat, whispers, events, and more",
  "lang": "en",
  "categories": ["social", "productivity"],
  "protocol_handlers": [
    {
      "protocol": "web+groopsee",
      "url": "/%s"
    }
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.example.groopsee",
      "id": "com.example.groopsee"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#ffffff",
  "theme_color": "#2563EB",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/landing-hero.png",
      "sizes": "1179x2556",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Simple, secure, reliable messaging"
    },
    {
      "src": "/screenshots/features-chat.png",
      "sizes": "1179x2556",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Everything you need - group chats, events, expenses"
    },
    {
      "src": "/screenshots/privacy-cta.png",
      "sizes": "1179x2556",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your privacy matters - secure and private"
    }
  ]
}
