{
  "name": "Tok2All Desktop",
  "short_name": "Tok2All",
  "description": "Tok2All desktop web app for chats, calls, and linked devices.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#071426",
  "theme_color": "#071426",
  "orientation": "any",
  "categories": [
    "communication",
    "social",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icons/tok2all-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/tok2all-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}