{
  "name": "Proxmox Manager",
  "short_name": "Proxmox",
  "description": "Manage your Proxmox VE clusters from your phone. Start/stop VMs, take snapshots, run shell commands — all from a mobile-first PWA.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F1216",
  "theme_color": "#EF4444",
  "orientation": "portrait",
  "categories": ["productivity", "utilities", "developer"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "VMs",
      "short_name": "VMs",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
