{
  "name": "DERL IT TechDesk",
  "short_name": "TechDesk",
  "description": "Professional IT service center — manage customers, devices, tickets, and invoices.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon/icon-512.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-512.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "View your service center overview"
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "url": "/dashboard/customers",
      "description": "Manage your customer database"
    },
    {
      "name": "Service Tickets",
      "short_name": "Tickets",
      "url": "/dashboard/tickets",
      "description": "View and manage service tickets"
    },
    {
      "name": "Invoices",
      "short_name": "Invoices",
      "url": "/dashboard/payments",
      "description": "Create and track invoices"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard overview with stats, quick actions, and activity feed"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Service tickets list with status filters on mobile"
    }
  ]
}
