{
  "name": "SyncUp",
  "short_name": "SyncUp",
  "description": "Manage business bookings, invoices, and clients",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "orientation": "portrait",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Booking",
      "short_name": "New Booking",
      "description": "Create a new booking entry",
      "url": "/?action=new_booking",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "New Client",
      "short_name": "New Client",
      "description": "Add a new client to your directory",
      "url": "/?action=new_client",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Invoices",
      "short_name": "Invoices",
      "description": "View outstanding invoices and revenue",
      "url": "/?action=invoices",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Live Booth",
      "short_name": "Live Booth",
      "description": "Open Digital DJ Booth request manager",
      "url": "/?action=booth",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
