{
  "name": "Schrock Business Support",
  "short_name": "Schrock Support",
  "description": "Professional IT support and customer service portal",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0078d7",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png", 
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "type": "image/png",
      "sizes": "375x667",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png", 
      "type": "image/png",
      "sizes": "1280x720",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Submit Support Request",
      "short_name": "New Ticket",
      "description": "Create a new support ticket",
      "url": "/support",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "Technician Scheduler",
      "short_name": "Scheduler",
      "description": "View and manage technician assignments",
      "url": "/scheduler",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "Customer Vault",
      "short_name": "Vault",
      "description": "Access customer credentials and information",
      "url": "/vault",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "Admin Dashboard",
      "short_name": "Admin",
      "description": "System administration and settings",
      "url": "/admin",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    }
  ]
}