{
  "id": "/",
  "name": "MyWPlan – Smart Personal Finance & Wealth Platform",
  "short_name": "MyWPlan",
  "description": "Track assets, liabilities, income, expenses, insurance, and goals in one powerful financial dashboard.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#f3aa01",
  "background_color": "#f3aa01",
  "lang": "en",
  "dir": "ltr",
  "categories": ["finance", "business", "productivity"],

  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 24x24 32x32 64x64",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/dashboard-dark.png",
      "sizes": "1894x899",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MyWPlan Financial Dashboard"
    }
  ]
}
