{
  "id": "/",
  "name": "CobraGrow — Free Financial Calculators",
  "short_name": "CobraGrow",
  "description": "Free Financial Calculator Suite — Compound Interest, Retirement, FIRE, Loan, Mortgage, Budget & more. 15+ tools, 5 languages, no sign-up.",
  "start_url": "./?utm_source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "lang": "en",
  "dir": "auto",
  "categories": ["finance", "productivity", "utilities", "education"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "maskable-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "maskable-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Compound Interest Calculator", "short_name": "Compound", "url": "./?tool=compound", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "Retirement Planner", "short_name": "Retirement", "url": "./?tool=retirement", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "Loan Calculator", "short_name": "Loan", "url": "./?tool=loan", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "Mortgage Calculator", "short_name": "Mortgage", "url": "./?tool=mortgage", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] }
  ]
}
