{
  "id": "/",
  "name": "VanshLink",
  "short_name": "VanshLink",
  "description": "Free, end-to-end encrypted chat app — no phone number. Chat with friends, or start a chat room that deletes itself.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone"
  ],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "categories": [
    "social",
    "communication"
  ],
  "icons": [
    {
      "src": "/icons/v2/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/v2/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/v2/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/v2/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/v2/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Chats",
      "url": "/#chats",
      "icons": [
        {
          "src": "/icons/v2/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Quick Room",
      "url": "/#temporary",
      "icons": [
        {
          "src": "/icons/v2/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
