{
  "short_name": "Server Manager",
  "name": "Enterprise Server Management Platform",
  "description": "Complete multi-server management solution with user portals and real-time monitoring. Manage Ubuntu servers, users, files, and hosting from one central platform.",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo.png",
      "type": "image/png",
      "sizes": "377x361",
      "purpose": "any"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#06b6d4",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "developer-tools", "utilities"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View system overview and statistics",
      "url": "/dashboard",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Servers",
      "short_name": "Servers",
      "description": "Manage your Ubuntu servers",
      "url": "/servers",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Users",
      "short_name": "Users",
      "description": "Manage system users and permissions",
      "url": "/users",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/images/logo.png",
      "type": "image/png",
      "sizes": "377x361",
      "label": "Enterprise Server Management Platform"
    }
  ]
}
