{
  "name": "Pheno Chat",
  "short_name": "Pheno Chat",
  "description": "Team chat for Pheno — channels, DMs, voice and meetings",
  "theme_color": "#00a3ed",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/chat-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/chat-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/chat-icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/chat-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": { "title": "sharetitle", "text": "sharetext", "url": "shareurl" }
  },
  "shortcuts": [
    {
      "name": "Direct Messages",
      "short_name": "DMs",
      "description": "Jump straight to your direct messages",
      "url": "/?chatview=dms",
      "icons": [{ "src": "/chat-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "New message",
      "short_name": "New",
      "description": "Start a new conversation",
      "url": "/?chatview=new",
      "icons": [{ "src": "/chat-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
