{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "GamerProfiles",
  "short_name": "GamerProfiles",
  "description": "Find your perfect gaming friends for every game. Stop playing alone or with random people. Connect with compatible gamers right away - to play, chat and have fun together!",
  "theme_color": "#00aeff",
  "background_color": "#00aeff",
  "display": "standalone",
  "scope": "/",
  "start_url": "/login",
  "icons": [
    {
      "src": "/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
