{
  "short_name": "PBA App",
  "name": "Pawn Broker's Automation",
  "icons": [
    {
      "src": "pba192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "pba512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "pba180.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "orientation": "portrait",
  "scope": "/",
  "ios": {
    "apple-mobile-web-app-capable": "yes",
    "apple-mobile-web-app-status-bar-style": "black-translucent",
    "apple-mobile-web-app-title": "PBA App"
  }
}