{
  "name": "Part.iq - Iraqi Investment Platform",
  "short_name": "Part.iq",
  "description": "Invest in premium assets with fractional ownership. Build your investment portfolio today.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0B1120",
  "theme_color": "#438F68",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["finance", "business", "investment"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Assets",
      "short_name": "Assets",
      "description": "View all available investment properties",
      "url": "/assets",
      "icons": [{ "src": "/shortcut-assets.png", "sizes": "96x96" }]
    },
    {
      "name": "My Portfolio",
      "short_name": "Portfolio",
      "description": "View your investment portfolio",
      "url": "/portfolio",
      "icons": [{ "src": "/shortcut-portfolio.png", "sizes": "96x96" }]
    }
  ]
}