{
  "name": "Hermes Messenger",
  "short_name": "Hermes",
  "description": "Современный мессенджер в стиле Telegram",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#17212b",
  "theme_color": "#3390ec",
  "categories": ["social", "messaging", "communication"],
  "lang": "ru",
  "dir": "ltr",
  "icons": [
    {
      "src": "/static/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Новый чат",
      "short_name": "Чат",
      "description": "Начать новый разговор",
      "url": "/?new_chat=1",
      "icons": [{ "src": "/static/assets/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
