{
  "id": "wiserpath-learning-app",
  "name": "WISERPATH Learning",
  "short_name": "WISERPATH",
  "description": "Adult education platform with 1,350+ modules from GED to career mastery. Study with expert professors, earn certificates, and prepare for NCLEX, PMP, CPA & more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0f172a",
  "theme_color": "#1e3a5f",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "productivity", "utilities"],
  "iarc_rating_id": "",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "WISERPATH Home - Browse 18 Learning Tracks"
    },
    {
      "src": "/screenshots/modules.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "WISERPATH Modules - 1,350+ Study Modules"
    },
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "WISERPATH Dashboard - Track Your Progress"
    }
  ],
  "shortcuts": [
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "View your learning progress and stats",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Modules",
      "short_name": "Modules",
      "url": "/modules",
      "description": "Browse all 1,350+ learning modules",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "ASMR Focus",
      "short_name": "ASMR",
      "url": "/asmr",
      "description": "Relax and focus with ASMR study sessions",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Studio",
      "short_name": "Studio",
      "url": "/studio",
      "description": "Generate study materials with AI",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "share_target": {
    "action": "/studio",
    "method": "GET",
    "params": {
      "text": "prompt"
    }
  }
}