{
  "id": "/?source=pwa",
  "name": "DompetKu — Personal Finance",
  "short_name": "DompetKu",
  "description": "Atur keuangan personal — wallets, goals, tagihan, hutang, zakat, dan AI coach.",
  "lang": "id-ID",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F8FAFB",
  "theme_color": "#0096B4",
  "categories": ["finance", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tambah Transaksi",
      "short_name": "Tambah",
      "description": "Catat pemasukan atau pengeluaran",
      "url": "/?action=add-tx",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Scan Struk",
      "short_name": "Scan",
      "description": "OCR struk belanja",
      "url": "/?action=scan-receipt",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Tagihan",
      "short_name": "Tagihan",
      "description": "Cek tagihan yang akan jatuh tempo",
      "url": "/?tab=bills",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
