{
  "name": "Finance Friend — Expense tracker & budget app",
  "short_name": "Finance Friend",
  "description": "Privacy-first expense tracker, budgets, savings goals, EMI, net worth, bills, and subscriptions. Web PWA + Android on Google Play (com.financefriend.app). By Vinkal Prajapati.",
  "id": "/",
  "start_url": "/app/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5f7f5",
  "theme_color": "#1a7a4e",
  "orientation": "portrait",
  "categories": ["finance", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.financefriend.app",
      "id": "com.financefriend.app"
    }
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-social.svg",
      "sizes": "1200x630",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Finance Friend dashboard"
    }
  ]
}
