{
  "name": "Vanish Messenger",
  "short_name": "Vanish",
  "id": "/",
  "description": "Минималистичный мессенджер с Vanish AI",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#08090d",
  "theme_color": "#a855f7",
  "categories": ["social", "communication"],
  "shortcuts": [
    { "name": "Новое сообщение", "short_name": "Написать", "url": "/?action=new-chat", "icons": [{ "src": "/vanish-icon-192.png", "sizes": "192x192" }] },
    { "name": "Поиск", "short_name": "Поиск", "url": "/?action=search", "icons": [{ "src": "/vanish-icon-192.png", "sizes": "192x192" }] },
    { "name": "Истории", "short_name": "Истории", "url": "/?action=stories", "icons": [{ "src": "/vanish-icon-192.png", "sizes": "192x192" }] }
  ],
  "share_target": {
    "action": "/?action=share",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "icons": [
    { "src": "/vanish-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/vanish-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/vanish-icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/vanish-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ]
}
