{
  "name": "Sodalis",
  "short_name": "Sodalis",
  "description": "Private communication for Sodalis members. Inbox, the room, and a quiet way to write each other.",
  "start_url": "/dashboard/inbox",
  "scope": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F8F6F2",
  "theme_color": "#0F1A2E",
  "categories": ["social", "lifestyle", "communication"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Open your conversations.",
      "url": "/dashboard/inbox"
    },
    {
      "name": "Members",
      "short_name": "Members",
      "description": "The room.",
      "url": "/dashboard/directory"
    }
  ]
}
