{
  "name": "Techstar Chat",
  "short_name": "Techstar",
  "start_url": "index.php",
  "display": "standalone",
  "background_color": "#0b0f17",
  "theme_color": "#0f1625",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}