{
  "name": "Silverlab Smart POS & Backoffice",
  "short_name": "Silverlab POS",
  "description": "Aplikasi Kasir POS Real-time, QR Order Meja, Kitchen KDS, dan Manajemen Operasional Backoffice Silverlab Cafe.",
  "id": "/?source=pwa",
  "start_url": "/pos",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "any",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "lang": "id-ID",
  "dir": "ltr",
  "categories": [
    "business",
    "food",
    "productivity",
    "utilities",
    "finance"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "POS Kasir & Pembayaran",
      "short_name": "POS Kasir",
      "description": "Buka Terminal POS Kasir & Transaksi",
      "url": "/pos",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Backoffice Management",
      "short_name": "Backoffice",
      "description": "Buka Dashboard, Inventory, Laporan & Pengaturan",
      "url": "/backoffice",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Kitchen Display (KDS)",
      "short_name": "Dapur KDS",
      "description": "Buka Layar Tiket Dapur & Barista",
      "url": "/kds",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "QR Menu Pelanggan",
      "short_name": "Menu QR",
      "description": "Buka Pengalaman Pemesanan Tamu QR",
      "url": "/",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}