{
  "name": "AfterEMI — Personal Finance Tracker",
  "short_name": "AfterEMI",
  "description": "Track your EMIs, salary, expenses and savings. Free, offline, no login needed.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0f2f5",
  "theme_color": "#0a7c52",
  "orientation": "portrait-primary",
  "lang": "en-IN",
  "categories": ["finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='96' fill='%230a7c52'/%3E%3Ctext x='256' y='310' font-size='260' font-family='system-ui' font-weight='900' fill='white' text-anchor='middle'%3E%E2%82%B9%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='96' fill='%230a7c52'/%3E%3Ctext x='256' y='310' font-size='260' font-family='system-ui' font-weight='900' fill='white' text-anchor='middle'%3E%E2%82%B9%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "label": "AfterEMI Dashboard",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Dashboard",
      "short_name": "Dashboard",
      "description": "Open your finance dashboard",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
