{
  "name": "MyBookPal",
  "short_name": "MyBookPal",
  "description": "Real textbooks, an AI tutor that explains out loud, past questions for every subject, and quiz battles with friends.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#12202E",
  "theme_color": "#12202E",
  "lang": "en-GH",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}