{
  "name": "Eldanis — Loyalty Platform",
  "short_name": "Eldanis",
  "description": "Digital loyalty cards for Apple, Google & Samsung Wallet.",
  "start_url": "/owner",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f4f1ea",
  "theme_color": "#0E2A63",
  "categories": ["business", "finance"],
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Dashboard", "short_name": "Dashboard", "url": "/owner" },
    { "name": "Customers", "short_name": "Customers", "url": "/owner/customers" },
    { "name": "Counter", "short_name": "Counter", "url": "/staff" },
    { "name": "Settings", "short_name": "Settings", "url": "/owner/settings" }
  ]
}
