{
  "name": "ExpenseIQ",
  "short_name": "ExpenseIQ",
  "description": "Smart expense management and reconciliation",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f6fa",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "https://placehold.co/192x192/3b82f6/ffffff?text=IQ",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://placehold.co/512x512/3b82f6/ffffff?text=IQ",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "business"],
  "shortcuts": [
    {
      "name": "Upload Bill",
      "url": "/bills/upload",
      "description": "Upload a new bill"
    },
    {
      "name": "My Bills",
      "url": "/bills",
      "description": "View my bills"
    }
  ]
}
