{
  "name": "Utah Travel Pros Admin",
  "short_name": "UTP Admin",
  "description": "Utah Travel Pros CRM & Admin Panel",
  "start_url": "/admin",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "CRM Pipeline",
      "short_name": "Pipeline",
      "description": "Open the CRM Pipeline board",
      "url": "/admin?tab=crm",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Open the Admin Inbox",
      "url": "/admin/inbox",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
