{
  "name": "NexusTRC",
  "short_name": "NexusTRC",
  "description": "The Ultimate TRC-20 Payment Gateway",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b1220",
  "theme_color": "#0ea5e9",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/static/img/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View merchant statistics and active payments"
    },
    {
      "name": "Wallets Configuration",
      "url": "/wallets-page",
      "description": "Manage destination wallet addresses"
    },
    {
      "name": "Plugin Integrations",
      "url": "/plugins",
      "description": "Get API keys and storefront widgets"
    }
  ]
}
