{
  "name": "Zoza",
  "short_name": "Zoza",
  "description": "End-to-end encrypted messaging. Your keys, your messages, your devices. Built on Signal Protocol — even Zoza can't read your messages.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0a0a1a",
  "theme_color": "#08c4d3",
  "lang": "en",
  "dir": "ltr",
  "categories": ["social", "communication", "messaging"],
  "icons": [
    {
      "src": "/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "New",
      "description": "Start a new encrypted conversation",
      "url": "/?action=new-chat",
      "icons": [{ "src": "/icon-192.png?v=2", "sizes": "192x192" }]
    },
    {
      "name": "City Feed",
      "short_name": "City",
      "description": "Hyperlocal feed near you",
      "url": "/?tab=city",
      "icons": [{ "src": "/icon-192.png?v=2", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
