{
  "short_name": "MoreMe AI",
  "name": "MoreMe AI - Enterprise Engagement Platform",
  "description": "Transform your workplace with AI-powered learning, wellness, and engagement",
  "icons": [
    {
      "src": "favicon.ico?v=20260424",
      "sizes": "16x16",
      "type": "image/x-icon"
    },
    {
      "src": "favicon-16x16.png?v=20260424",
      "type": "image/png",
      "sizes": "16x16"
    },
    {
      "src": "favicon-32x32.png?v=20260424",
      "type": "image/png",
      "sizes": "32x32"
    },
    {
      "src": "android-chrome-192x192.png?v=20260424",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "android-chrome-512x512.png?v=20260424",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "favicon.svg?v=20260424",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/app/dashboard",
  "display": "standalone",
  "theme_color": "#C0EB38",
  "background_color": "#1a1a2e",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "education", "productivity", "health"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/app/dashboard",
      "icons": [{ "src": "android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Learning",
      "short_name": "Learning",
      "url": "/app/learning",
      "icons": [{ "src": "android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Wellness",
      "short_name": "Wellness",
      "url": "/app/wellness",
      "icons": [{ "src": "android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Games",
      "short_name": "Games",
      "url": "/app/games",
      "icons": [{ "src": "android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
