{
  "name": "7Soft Chat",
  "short_name": "7Soft Chat",
  "description": "7Soft support and team chat",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0e1621",
  "theme_color": "#0e1621",
  "icons": [
    { "src": "/images/pwa-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/images/pwa-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/images/pwa-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Chats", "short_name": "Chats", "description": "Open chats", "url": "/#/chats", "icons": [{ "src": "/images/pwa-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Tickets", "short_name": "Tickets", "description": "Open tickets", "url": "/#/tickets", "icons": [{ "src": "/images/pwa-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Settings", "short_name": "Settings", "description": "Notification & sound settings", "url": "/#/show-settings", "icons": [{ "src": "/images/pwa-192.png", "sizes": "192x192", "type": "image/png" }] }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
