{
  "name": "EMI IQ",
  "short_name": "EQ",
  "description": "Track loans, credit cards, and EMIs. Get smart recommendations to reduce debt.",
  "theme_color": "#0d2260",
  "background_color": "#0d2260",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "start_url": "/?source=pwa",
  "scope": "/",
  "orientation": "portrait-primary",
  "lang": "en-IN",
  "categories": ["finance", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/eq-icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/eq-icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/eq-icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/eq-icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "View your financial overview",
      "url": "/?shortcut=dashboard",
      "icons": [
        { "src": "/icons/eq-icon-192.png?v=3", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Loans",
      "short_name": "Loans",
      "description": "View all your loans",
      "url": "/?shortcut=loans",
      "icons": [
        { "src": "/icons/eq-icon-192.png?v=3", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
