{
  "name": "XRPay Point of Sale",
  "short_name": "XRPay POS",
  "description": "Accept crypto and card payments at your retail store",
  "start_url": "/dashboard/pos",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/xrpay-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Open Register",
      "short_name": "Register",
      "url": "/dashboard/pos",
      "icons": [{ "src": "/xrpay-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Wallets",
      "url": "/dashboard/wallets",
      "icons": [{ "src": "/xrpay-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
