{
  "name": "Chatty Pal",
  "short_name": "Chatty Pal",
  "description": "Chatty pal is a language learning platform that helps you learn a new language by chatting with native speakers.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#FFFFFF",
  "orientation": "portrait",
  "permissions": [
    "microphone",
    "audio"
  ],
  "icons": [
    {
      "src": "/logo192x192.png",
      "sizes": "192x192",
      "background_color": "#FFFFFF",
      "theme_color": "#FFFFFF",
      "type": "image/png"
    },
    {
      "src": "/logo512x512.png",
      "sizes": "512x512",
      "theme_color": "#FFFFFF",
      "background_color": "#FFFFFF",
      "type": "image/png"
    }
  ]
}
