{
  "id": "/",
  "name": "RiftLink Console",
  "short_name": "RiftLink",
  "description": "Remote development console — terminal, desktop, files, and system in one app",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#09090f",
  "theme_color": "#8b5cf6",
  "categories": ["developer", "utilities"],
  "lang": "en",
  "icons": [
    { "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" },
    { "src": "/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml" }
  ],
  "shortcuts": [
    {
      "name": "Terminal",
      "short_name": "Terminal",
      "description": "Open terminal tab",
      "url": "/?tab=terminal",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Desktop",
      "short_name": "Desktop",
      "description": "Open desktop streaming tab",
      "url": "/?tab=desktop",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Files",
      "short_name": "Files",
      "description": "Open file browser tab",
      "url": "/?tab=files",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
