{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Ping's Paw - Retail Operations & Pet Care",
  "short_name": "Ping's Paw",
  "description": "Sistem Kasir POS, Manajemen Inventori & Layanan Pet Care Ping's Paw",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#f7faf5",
  "theme_color": "#1e40af",
  "lang": "id",
  "dir": "ltr",
  "categories": ["business", "productivity", "shopping"],
  "icons": [
    {
      "src": "/brand/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/pwa-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/brand/pwa-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Kasir POS",
      "short_name": "POS",
      "description": "Buka modul kasir untuk transaksi langsung",
      "url": "/?tab=pos",
      "icons": [
        {
          "src": "/brand/pwa-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Layanan Grooming",
      "short_name": "Grooming",
      "description": "Buka antrean dan reservasi grooming",
      "url": "/grooming",
      "icons": [
        {
          "src": "/brand/pwa-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Stok & Inventori",
      "short_name": "Stok",
      "description": "Periksa stok barang dan opname",
      "url": "/?tab=inventory",
      "icons": [
        {
          "src": "/brand/pwa-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
