{
  "name": "DINR Direct",
  "short_name": "DINR",
  "description": "Your restaurant's orders, menu, inbox, and more — in one app.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F6F6F6",
  "theme_color": "#BF2821",
  "orientation": "any",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "DINR Connect",
      "short_name": "Connect",
      "url": "/connect",
      "description": "Marketing hub: inbox, campaigns, social"
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "url": "/connect/inbox",
      "description": "Reply to customer SMS"
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "url": "/dashboard/orders",
      "description": "View recent orders"
    },
    {
      "name": "POS",
      "short_name": "POS",
      "url": "/pos",
      "description": "Take an order"
    }
  ]
}
