{
  "name": "Jualan Pintar POS",
  "short_name": "Jualan Pintar",
  "description": "Aplikasi kasir modern untuk UMKM Indonesia.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#020617",
  "theme_color": "#a855f7",
  "categories": ["business", "finance", "productivity"],
  "lang": "id-ID",
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Buka Kasir",
      "short_name": "Kasir",
      "description": "Mulai transaksi baru.",
      "url": "./index.html#kasir",
      "icons": [
        {
          "src": "icons/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Lihat Laporan",
      "short_name": "Laporan",
      "description": "Pantau transaksi dan omzet.",
      "url": "./index.html#laporan",
      "icons": [
        {
          "src": "icons/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
