{
  "name": "Merchant Pay",
  "short_name": "Merchant Pay",
  "theme_color": "#6395ED",
  "background_color": "#FFFFFF",
  "start_url": "/",
  "id": "merchant-pay-pos",
  "display": "standalone",
  "orientation": "portrait",
  "description": "Fast and secure checkout system for merchants to accept payments",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "purpose": "maskable",
      "sizes": "192x192",
      "src": "/icons/icon-192x192.png",
      "type": "image/png"
    },
    {
      "purpose": "maskable",
      "sizes": "512x512",
      "src": "/icons/icon-512x512.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "192x192",
      "src": "/icons/icon-192x192.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "512x512",
      "src": "/icons/icon-512x512.png",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-72x72.png",
      "type": "image/png",
      "sizes": "72x72"
    },
    {
      "src": "/icons/icon-96x96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/icons/icon-128x128.png",
      "type": "image/png",
      "sizes": "128x128"
    },
    {
      "src": "/icons/icon-144x144.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "/icons/icon-152x152.png",
      "type": "image/png",
      "sizes": "152x152"
    },
    {
      "src": "/icons/icon-384x384.png",
      "type": "image/png",
      "sizes": "384x384"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/checkout-screen.png",
      "type": "image/png",
      "sizes": "1080x1920",
      "form_factor": "narrow",
      "label": "Checkout screen with number pad"
    },
    {
      "src": "/screenshots/payment-screen.png",
      "type": "image/png",
      "sizes": "1080x1920",
      "form_factor": "narrow",
      "label": "QR code payment screen"
    },
    {
      "src": "/screenshots/complete-screen.png",
      "type": "image/png",
      "sizes": "1080x1920",
      "form_factor": "narrow",
      "label": "Payment complete confirmation"
    }
  ],
  "shortcuts": [
    {
      "name": "New Sale",
      "short_name": "New Sale",
      "description": "Start a new checkout",
      "url": "/",
      "icons": [
        {
          "src": "/icons/shortcut-new-sale.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
