{
  "name": "MESH — Децентрализованный мессенджер",
  "short_name": "MESH",
  "description": "Без серверов. Без телефонных номеров. Без компромиссов.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0b0d",
  "theme_color": "#00d4ff",
  "categories": ["social", "communication", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Новый чат",
      "url": "/?action=new-chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Топология сети",
      "url": "/?action=topology",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
