{
  "name": "TengoChat",
  "short_name": "TengoChat",
  "description": "Go live and get paid on views that actually watched. Random chat, anonymous rooms, and messages encrypted end to end.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#14100D",
  "theme_color": "#14100D",
  "categories": ["social", "communication", "entertainment"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Go live", "url": "/live?go=1" },
    { "name": "Watch live", "url": "/live" },
    { "name": "Random chat", "url": "/random" },
    { "name": "Rooms", "url": "/rooms" },
    { "name": "New chat", "url": "/?new=1" }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
