{
  "name": "SheltrIQ",
  "short_name": "SheltrIQ",
  "description": "AI-powered rental property tax intelligence for landlords",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#1e40af",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Receipt",
      "short_name": "Receipt",
      "url": "/transactions",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Log Mileage",
      "short_name": "Mileage",
      "url": "/mileage",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Tax Reports",
      "short_name": "Reports",
      "url": "/reports",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
