{
  "name": "HarrowField Investment",
  "short_name": "HarrowField",
  "description": "Secure, transparent, and profitable investment strategies for everyone.",
  "start_url": "/?pwa=true",
  "display": "standalone",
  "background_color": "#012d26",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/asset/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/asset/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/user/dashboard",
      "icons": [{ "src": "/asset/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Invest",
      "url": "/user/plan",
      "icons": [{ "src": "/asset/images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
