{
  "name": "Afrofresh Merchant",
  "short_name": "Afrofresh",
  "description": "Manage your Afrofresh store and Ori AI assistant",
  "start_url": "/merchant/dashboard",
  "scope": "/merchant/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F7F6F3",
  "theme_color": "#D75B3F",
  "icons": [
    {
      "src": "/afrofresh-logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/afrofresh-logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Orders",
      "url": "/merchant/orders",
      "description": "View and manage orders"
    },
    {
      "name": "Ori Brain",
      "url": "/merchant/brain",
      "description": "View Ori activity and decisions"
    }
  ]
}
