{
  "name": "CocoStay",
  "short_name": "CocoStay",
  "description": "Restaurant ordering & kitchen management",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#F97316",
  "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": ["food", "utilities"],
  "shortcuts": [
    {"name": "Order Menu","short_name": "Menu","url": "/index.html"},
    {"name": "Kitchen Display","short_name": "Kitchen","url": "/kitchen.html"},
    {"name": "Admin Panel","short_name": "Admin","url": "/admin.html"}
  ]
}
