{
  "name": "TuxTrack - Rental Management System",
  "short_name": "TuxTrack",
  "description": "Modern rental management system for tuxedo and suit rental businesses",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512", 
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "permissions": ["print"],
  "display_override": ["standalone", "minimal-ui"],
  "shortcuts": [
    {
      "name": "Print Receipt",
      "short_name": "Print",
      "description": "Print last receipt",
      "url": "/pos"
    }
  ]
}