{
  "name": "Restaurant OS",
  "short_name": "RestaurantOS",
  "description": "Complete POS, KDS, and Restaurant Management Platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "shortcuts": [
    { "name": "POS Terminal", "url": "/pos", "description": "Open the POS cashier terminal" },
    { "name": "Kitchen Display", "url": "/kds", "description": "Open the kitchen display system" },
    { "name": "Admin Dashboard", "url": "/admin", "description": "Open the admin dashboard" }
  ]
}
