{
  "name": "Life Care Salon Management System",
  "short_name": "Salon Manager",
  "description": "Professional salon management system for services, customers, inventory, and staff management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#854A1E",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Service",
      "short_name": "New Service",
      "description": "Create a new service appointment",
      "url": "/services?action=new"
    },
    {
      "name": "Add Customer",
      "short_name": "Add Customer",
      "description": "Add a new customer",
      "url": "/customers?action=new"
    },
    {
      "name": "Check Inventory",
      "short_name": "Inventory",
      "description": "View inventory status",
      "url": "/inventory"
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "View daily reports",
      "url": "/daily-reports"
    }
  ]
}