{
  "name": "Enterprise Suite - Admin",
  "short_name": "Enterprise Suite Admin",
  "description": "Admin panel for Enterprise Suite SaaS",
  "theme_color": "#1B4F72",
  "background_color": "#F8FAFC",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "id": "/",
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/desktop.png",
      "sizes": "1536x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Enterprise Suite Admin Dashboard"
    },
    {
      "src": "/assets/screenshots/mobile.png",
      "sizes": "1024x1536",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Enterprise Suiter Mobile View"
    }
  ]
}