{
  "name": "ManishaPay — PayNow Zimbabwe Middleware",
  "short_name": "ManishaPay",
  "description": "Middleware for PayNow Zimbabwe — fixes hash mismatches, decimal bugs, mobile-OTP and broken webhooks at the integration layer. Sandbox, signed webhooks, encrypted credentials and SDKs. Built by Noby Tebulo.",
  "author": "Noby Tebulo (https://nobie.netlify.app)",
  "copyright": "© 2026 Noby Tebulo. All rights reserved.",
  "id": "/",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#020617",
  "theme_color": "#22a65a",
  "categories": ["finance", "business", "developer"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/app",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Sandbox",
      "short_name": "Sandbox",
      "url": "/app/sandbox",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Transactions",
      "short_name": "Transactions",
      "url": "/app/transactions",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
