{
  "name": "NailFlow – Nail Salon CRM & POS",
  "short_name": "NailFlow",
  "description": "Modern nail salon management system — appointments, POS, CRM",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "scope": "/",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "url": "/appointments?new=1",
      "description": "Create a new appointment"
    },
    {
      "name": "New Walk-in",
      "url": "/checkout",
      "description": "Start checkout for a walk-in customer"
    },
    {
      "name": "Dashboard",
      "url": "/",
      "description": "View today's dashboard"
    }
  ]
}
