{
    "name": "Nehan",
    "short_name": "Nehan",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#042f2e",
    "theme_color": "#2dd4bf",
    "orientation": "portrait",
    "icons": [
      {
        "src": "assets/icon-192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "assets/icon-512.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ]
  }