{
  "lang": "en",
  "name": "ToGether",
  "short_name": "ToGether",
  "description": "Lovely project for spend time ToGether :)",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#2C2D32",
  "background_color": "#2C2D32",
    "icons": [
        {
            "src": "/static/icons/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
    {
      "src": "/static/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "permissions": ["camera", "microphone"]
}
