{
  "name": "Hintorando Pay",
  "short_name": "H-Pay",
  "icons": [
    {
      "src": "https://pwa-directory.com/images/logo.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "start_url": "index.html",
  "display": "standalone",
  "serviceworker": {
    "src": "sw.js",
    "scope": "./"
  },
  "payment_handlers": [
    {
      "supported_methods": "https://hintorando.github.io/pay/"
    }
  ]
}
