{
  "name": "restOS — Restaurant Management System",
  "short_name": "restOS",
  "description": "Complete restaurant management platform with digital menus, ordering, reservations, and analytics.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ea580c",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "food", "productivity"],
  "icons": [
    { "src": "/favicon.png", "sizes": "64x64", "type": "image/png", "purpose": "any" },
    { "src": "/icon.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [],
  "shortcuts": [
    { "name": "Dashboard", "short_name": "Dashboard", "description": "Go to your restaurant dashboard", "url": "/dashboard", "icons": [{ "src": "/icon.png", "sizes": "512x512" }] },
    { "name": "Apply Now", "short_name": "Apply", "description": "Apply to join restOS", "url": "/onboarding", "icons": [{ "src": "/icon.png", "sizes": "512x512" }] }
  ]
}
