{
  "name": "Exflo.ai - Smart Financial Ecosystem",
  "short_name": "Exflo",
  "description": "Kelola uang, hutang piutang, dan invoice bersama tim/keluarga secara kolaboratif dengan AI.",
  "id": "/home",
  "scope": "/",
  "start_url": "/home",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#030712",
  "theme_color": "#030712",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tambah Transaksi",
      "short_name": "Tambah",
      "url": "/home?action=add",
      "icons": [{"src": "/images/logo.png", "sizes": "192x192"}]
    },
    {
      "name": "Lihat Hutang",
      "short_name": "Hutang",
      "url": "/debts",
      "icons": [{"src": "/images/logo.png", "sizes": "192x192"}]
    }
  ]
}
