{
  "id": "/",
  "name": "Maxima Student App",
  "short_name": "Maxima",
  "description": "Maxima English Student Learning App",

  "start_url": "/",
  "scope": "/",

  "display": "standalone",

  "background_color": "#f5f7f6",
  "theme_color": "#174d3b",

  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}