{
  "name": "Arise - Personal Growth Tracker",
  "short_name": "Arise",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1f2937",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/logo/arise_logo.webp",
      "sizes": "192x192",
      "type": "image/webp"
    },
    {
      "src": "/logo/arise_logo.webp",
      "sizes": "512x512",
      "type": "image/webp"
    }
  ],
  "capture_links": "existing-client-navigate",
  "shortcuts": [
    {
      "name": "Catat Transaksi",
      "short_name": "Transaksi",
      "description": "Tambah transaksi keuangan",
      "url": "/finance?action=add_transaction",
      "icons": [{ "src": "/logo/arise_logo.webp", "sizes": "192x192" }]
    }
  ]
}
