{
  "name": "AUM Client App v1.1",
  "short_name": "AUM v1.1",
  "description": "AUM Client App connected to AUM Dashboard v1.1",
  "id": "https://mobileapp.aummeditation.ae/",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f5faf8",
  "theme_color": "#45cbb7",
  "orientation": "portrait",
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}