{
  "name": "tmux-web Terminal Manager",
  "short_name": "tmux-web",
  "description": "Web-based tmux session manager with terminal access",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["productivity", "developer", "utilities"],
  "shortcuts": [
    {
      "name": "Create Session",
      "short_name": "Create",
      "description": "Create a new tmux session",
      "url": "/?action=create"
    }
  ]
}