{
  "id": "/customer",
  "name": "ShineByGrace",
  "short_name": "ShineByGrace",
  "description": "Book and manage your home cleaning appointments with ShineByGrace",
  "start_url": "/customer",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#09AFBB",
  "categories": ["business", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/shinebygrace_logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Appointments",
      "short_name": "Appointments",
      "description": "View your upcoming cleaning appointments",
      "url": "/customer",
      "icons": [{ "src": "/shinebygrace_logo.png", "sizes": "any" }]
    },
    {
      "name": "Book a Clean",
      "short_name": "Book",
      "description": "Book a new cleaning appointment",
      "url": "/customer/book",
      "icons": [{ "src": "/shinebygrace_logo.png", "sizes": "any" }]
    },
    {
      "name": "Staff Schedule",
      "short_name": "Schedule",
      "description": "View staff job schedule",
      "url": "/dashboard/schedule",
      "icons": [{ "src": "/shinebygrace_logo.png", "sizes": "any" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
