{
  "name": "Strykly Secure Room",
  "short_name": "Strykly",
  "id": "/?source=pwa",
  "description": "Sichere Kommunikationsräume — Ende-zu-Ende verschlüsselt.",
  "start_url": "/cover?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "portrait",
  "lang": "de",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["productivity", "business", "security"],
  "shortcuts": [
    {
      "name": "Hub",
      "short_name": "Hub",
      "description": "Übersicht & Einladungen",
      "url": "/hub",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Secure Rooms",
      "short_name": "Rooms",
      "description": "Sichere Räume",
      "url": "/room",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}