{
  "name": "Games Portal",
  "short_name": "Games Portal",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/assets/manifest/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/manifest/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "description": "Games Portal",
  "background_color": "#FFFFFF",
  "theme_color": "#3C90F5",
  "lang": "en",
  "categories": [
    "entertainment",
    "games"
  ]
}