{
  "id": "/app/",
  "name": "ClientsChat",
  "short_name": "ClientsChat",
  "description": "Мессенджер ClientsChat — чат, группы и звонки.",
  "lang": "ru",
  "dir": "ltr",
  "start_url": "/app/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0F1115",
  "theme_color": "#0F1115",
  "categories": ["social", "productivity"],
  "share_target": {
    "action": "/app/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "icons": [
    { "src": "/app/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/app/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/app/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
