{
  "name": "RealAICoach",
  "short_name": "RealAICoach",
  "description": "AI-Powered Life Coaching & Productivity Platform with 26+ enterprise-grade AI tools for health, finance, career, fitness, and personal growth.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0F172A",
  "theme_color": "#2563EB",
  "categories": ["productivity", "education", "business", "lifestyle", "health"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "id": "/",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "icons": [
    {
      "src": "/api/static/images/pwa-icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/static/images/pwa-icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/static/images/pwa-icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/static/images/pwa-icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/static/images/pwa-icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/static/images/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/static/images/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/api/static/images/pwa-icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/static/images/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/static/images/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/api/static/images/og-screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "RealAICoach Dashboard - Desktop View"
    },
    {
      "src": "/api/static/images/pwa-icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "RealAICoach - Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Learning Hub",
      "short_name": "Learning",
      "description": "Access AI-powered learning tools",
      "url": "/ai-learning-hub?source=pwa_shortcut",
      "icons": [{ "src": "/api/static/images/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Coach",
      "short_name": "Coach",
      "description": "Chat with your AI life coach",
      "url": "/ai-coach?source=pwa_shortcut",
      "icons": [{ "src": "/api/static/images/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Problem Solver",
      "short_name": "Solver",
      "description": "Get AI help solving problems",
      "url": "/ai-problem-solver?source=pwa_shortcut",
      "icons": [{ "src": "/api/static/images/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Progress Tracker",
      "short_name": "Progress",
      "description": "Track your coaching progress",
      "url": "/progress-tracker?source=pwa_shortcut",
      "icons": [{ "src": "/api/static/images/pwa-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "text/*", "application/pdf"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+realaicoach",
      "url": "/protocol-handler?type=%s"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.realaicoach.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/realaicoach/id6479296014"
    }
  ],
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  }
}
