{
  "id": "/",
  "name": "PrimePay",
  "short_name": "PrimePay",
  "description": "PrimePay - Send money, pay bills, buy cheap data and airtime, USD dollar card, crypto wallet addresses, international bills, business invoices, payment links, and NIN/BVN/KYC services for agents.",
  "start_url": "/dashboard.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#059669",
  "background_color": "#ffffff",
  "dir": "ltr",
  "lang": "en",
  "categories": ["finance", "business", "payments"],
  "icons": [
    {
      "src": "icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard Home"
    },
    {
      "src": "screenshot-2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Send Money"
    },
    {
      "src": "screenshot-3.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Banking & Cards"
    },
    {
      "src": "screenshot-4.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Stablecoin Wallet"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "Go to your dashboard",
      "url": "/dashboard.html",
      "icons": [{ "src": "icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Send Money",
      "short_name": "Send",
      "description": "Send money to bank accounts",
      "url": "/send.html",
      "icons": [{ "src": "icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Fund Wallet",
      "short_name": "Fund",
      "description": "Add funds to your wallet",
      "url": "/fund.html",
      "icons": [{ "src": "icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Buy Data",
      "short_name": "Data",
      "description": "Buy cheap data bundles",
      "url": "/dashboard.html?tab=vending",
      "icons": [{ "src": "icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Pay Bills",
      "short_name": "Bills",
      "description": "Pay electricity and TV bills",
      "url": "/dashboard.html?tab=vending",
      "icons": [{ "src": "icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "display_override": ["standalone", "window-controls-overlay"],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "note_taking": {
    "new_note_url": "/dashboard.html"
  },
  "url_handlers": [
    {
      "origin": "https://primepay.name.ng",
      "has_urls": [
        {
          "include": "/*"
        }
      ]
    }
  ]
}