{
  "id": "tsmsg",
  "name": "TSMessenger",
  "short_name": "TSMessenger",
  "description": "Личный мессенджер с E2E и звонками",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0f1319",
  "theme_color": "#0f1319",
  "categories": ["social", "productivity"],
  "shortcuts": [
    {
      "name": "Открыть чаты",
      "url": "./",
      "icons": [{ "src": "icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Позвонить",
      "url": "./?action=call",
      "icons": [{ "src": "icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "launch_handler": { "client_mode": "focus-existing" },
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "edge_side_panel": { "preferred_width": 400 }
}
