{
  "name": "Salivo — Salon Billing",
  "short_name": "Salivo",
  "description": "Fast billing, inventory, staff & AI insights for salons worldwide.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0a09",
  "theme_color": "#e11d48",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Bill",
      "short_name": "POS",
      "url": "/pos",
      "description": "Open the Point of Sale to start a new bill"
    },
    {
      "name": "Invoices",
      "short_name": "Invoices",
      "url": "/invoices",
      "description": "View recent invoices"
    }
  ]
}
