{
  "name": "Solxbit Payment Platform",
  "short_name": "Solxbit",
  "description": "Plug-and-play payment orchestration platform using your own APIs and merchant accounts.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0B1437",
  "theme_color": "#0B1437",
  "lang": "en",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "assets/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "assets/images/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Solxbit — Payment Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open Merchant Dashboard",
      "url": "/dashboard.php",
      "icons": [{ "src": "assets/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "New Transaction",
      "short_name": "New Txn",
      "description": "Initiate a new transaction",
      "url": "/transactions.php?new=1",
      "icons": [{ "src": "assets/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
