{
  "name": "Express Embroidery Hub",
  "short_name": "EE Hub",
  "description": "Embroidery order management system",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a3a5c",
  "orientation": "portrait-primary",
  "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" }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    { "name": "New Order", "url": "/?action=new-order", "description": "Create a new order" },
    { "name": "Active Orders", "url": "/?tab=active-orders", "description": "View active orders" }
  ]
}
