{
  "name": "Biosys-Inv — Invoice Management",
  "short_name": "Biosys-Inv",
  "description": "Aplikasi invoice multi-cabang dengan WhatsApp gateway.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#eef2ff",
  "theme_color": "#4f46e5",
  "lang": "id",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/brand-logo.png",
      "sizes": "272x142",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Invoice Baru",
      "short_name": "Baru",
      "url": "/invoices/new",
      "description": "Buat invoice baru"
    },
    {
      "name": "Customer",
      "short_name": "Customer",
      "url": "/customers",
      "description": "Daftar customer & cabang"
    },
    {
      "name": "WhatsApp Gateway",
      "short_name": "WA",
      "url": "/wa",
      "description": "Status WhatsApp gateway"
    }
  ]
}
