{
  "name": "Dabbly Chef — My Kitchen Dashboard",
  "short_name": "Chef App",
  "description": "Manage your orders, menu and earnings on Dabbly Chef Portal.",
  "start_url": "/chef_app.html",
  "display": "standalone",
  "background_color": "#0D0500",
  "theme_color": "#D63870",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en-IN",
  "icons": [
    {
      "src": "/chef_icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "business", "productivity"],
  "shortcuts": [
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View and manage incoming orders",
      "url": "/chef_app.html#orders",
      "icons": [{ "src": "/chef_icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "My Menu",
      "short_name": "Menu",
      "description": "Manage your dishes and prices",
      "url": "/chef_app.html#menu",
      "icons": [{ "src": "/chef_icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "My Earnings",
      "short_name": "Aay",
      "description": "View your earnings and transactions",
      "url": "/chef_app.html#earnings",
      "icons": [{ "src": "/chef_icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
