{
  "name": "PineConnect",
  "short_name": "PineConnect",
  "start_url": "main/index.php",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4e73df",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "main/includes/images/icons/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "main/includes/images/icons/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}