{
  "name": "monolocket",
  "short_name": "monolocket",
  "description": "A private chat, just for the two of you.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#f7f5ff",
  "theme_color": "#7a5cff",
  "orientation": "portrait",
  "categories": ["social", "communication"],
  "icons": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    }
  ]
}
