{
  "name": "paysystems.uk",
  "short_name": "PaySystems",
  "description": "Payment API for UK developers — payments, subscriptions, and refunds through one REST API.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A2540",
  "theme_color": "#635BFF",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-GB",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "Open the payment dashboard"
    },
    {
      "name": "API Playground",
      "short_name": "Playground",
      "url": "/playground",
      "description": "Test API endpoints live"
    },
    {
      "name": "Documentation",
      "short_name": "Docs",
      "url": "/developers/documentation",
      "description": "Browse API documentation"
    }
  ]
}
