{
  "name": "Chatty",
  "short_name": "Chatty",
  "description": "Encrypted messaging app",
  "start_url": "/chats",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#2563eb",
  "theme_color": "#2563eb",
  "categories": ["social", "communication"],
  "icons": [
    { "src": "/static/img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/static/img/icon-512.png",  "sizes": "512x512",  "type": "image/png", "purpose": "any maskable" }
  ]
}
