{
  "name": "ExpenseIQ — Smart Finance Tracker",
  "short_name": "ExpenseIQ",
  "description": "Track expenses, set budgets, get AI advice",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f1117",
  "theme_color": "#6366f1",
  "lang": "en-US",
  "dir": "ltr",
  "id": "/?source=pwa",
  "categories": [
    "finance",
    "productivity",
    "business"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ExpenseIQ Dashboard"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ExpenseIQ Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "New Transaction",
      "short_name": "New Expense",
      "description": "Quickly add a new financial transaction",
      "url": "/#/transactions",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "Analyze your monthly spending patterns",
      "url": "/#/reports",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "related_applications": []
}
