{
  "name": "My Mind Coach",
  "short_name": "Mind Coach",
  "description": "MyMindPal mental fitness coach – PWA test build",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/mindfit/",
  "scope": "/mindfit/",
  "background_color": "#f5fafa",
  "theme_color": "#2dd4bf",
  "icons": [
    {
      "src": "/mindfit/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/mindfit/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
