{
  "name": "KasirPro POS & Resto",
  "short_name": "KasirPro",
  "description": "Aplikasi POS Kasir Modern dengan Manajemen Stok & Resep (BOM) otomatis, Open Bill, Cetak Struk Thermal, dan Laporan Omzet & Profit Real-time.",
  "id": "/",
  "start_url": "/?pwa=1",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "categories": ["business", "finance", "productivity", "utilities"],
  "lang": "id",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Kasir (POS)",
      "short_name": "Kasir",
      "description": "Buka Transaksi Kasir Baru",
      "url": "/?tab=pos",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Menu & Resep BOM",
      "short_name": "Resep BOM",
      "description": "Kelola Menu, Stok & Resep",
      "url": "/?tab=products",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Laporan & Profit",
      "short_name": "Laporan",
      "description": "Lihat Omzet, Laba Bersih & HPP",
      "url": "/?tab=reports",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
