{
  "name": "Luminará CRM",
  "short_name": "Luminará",
  "description": "Luxury beauty & wedding CRM — book, invoice, get paid.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFF9F4",
  "theme_color": "#C8A28C",
  "scope": "/",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/luminara-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/luminara-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's bookings",
      "short_name": "Today",
      "description": "Jump to today's calendar",
      "url": "/events"
    },
    {
      "name": "New invoice",
      "short_name": "Invoice",
      "description": "Create an invoice",
      "url": "/invoices"
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Action items & messages",
      "url": "/workflow"
    }
  ]
}
