{
  "name": "VPN Socket White-Label",
  "short_name": "VPN Socket",
  "description": "White-Label VPN Platform for Creators",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Take Quiz",
      "short_name": "Quiz",
      "description": "Start the partner application quiz",
      "url": "/quiz",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Admin Panel",
      "short_name": "Admin",
      "description": "Access the admin dashboard",
      "url": "/admin",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
