{
  "name": "Tapla",
  "short_name": "Tapla",
  "description": "An installable, real-time app with quick access shortcuts.",
  "start_url": "/?source=tapla",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay"
  ],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#f9432b",
  "icons": [
    {
      "src": "/images/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/images/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "New Chat",
      "description": "Start a new real-time conversation.",
      "url": "/compose?shortcut=new_chat",
      "icons": [
        {
          "src": "/icons/chat.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Inbox",
      "short_name": "Inbox",
      "description": "Go directly to your unread messages.",
      "url": "/inbox?shortcut=view_inbox",
      "icons": [
        {
          "src": "/icons/inbox.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}