{
  "name": "Syrax Pay",
  "short_name": "Syrax",
  "description": "Digital Finance Platform — Accept crypto payments, issue invoices, and manage your business finances globally.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#030c0d",
  "theme_color": "#0fa8b0",
  "categories": ["finance", "business"],
  "lang": "en",
  "icons": [
    {
      "src": "/assets/images/logo/SYRAX_Logo_Icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "https://res.cloudinary.com/dtbfsf1z2/image/upload/w_192,h_192,c_pad,b_030c0d/v1774859117/syrax-srx-logo_q2klbv.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "https://res.cloudinary.com/dtbfsf1z2/image/upload/w_512,h_512,c_pad,b_030c0d/v1774859117/syrax-srx-logo_q2klbv.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "https://res.cloudinary.com/dtbfsf1z2/image/upload/w_512,h_512,c_fill,b_rgb:0fa8b0/v1774859117/syrax-srx-logo_q2klbv.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "Your financial overview"
    },
    {
      "name": "Create Invoice",
      "short_name": "Invoice",
      "url": "/invoices/create",
      "description": "Issue a new invoice"
    },
    {
      "name": "Wallet",
      "short_name": "Wallet",
      "url": "/wallet",
      "description": "View your wallet balances"
    }
  ]
}
