{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "id": "/?source=pwa",
  "name": "LingoFlow — English & Spanish AI Tutor",
  "short_name": "LingoFlow",
  "description": "Voice-first English ↔ Spanish conversation tutor. Real-time AI lessons, pronunciation drills, and CEFR progress tracking.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "theme_color": "#D76E3B",
  "background_color": "#0B0C10",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "productivity", "lifestyle"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "LingoFlow home"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "LingoFlow home"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's lesson",
      "short_name": "Lesson",
      "description": "Open today's Teacher Mode lesson",
      "url": "/teacher/today?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Free Talk",
      "short_name": "Talk",
      "description": "Start a free-talk conversation with the AI tutor",
      "url": "/prep?mode=free_talk&source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Lesson notebook",
      "short_name": "Notebook",
      "description": "View past lessons and homework",
      "url": "/teacher/notebook?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/share?source=pwa",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "edge_side_panel": {
    "preferred_width": 412
  },
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "handle_links": "preferred",
  "related_applications": [
    {
      "platform": "play",
      "id": "com.crowsearinv.lingoflow",
      "url": "https://play.google.com/store/apps/details?id=com.crowsearinv.lingoflow"
    }
  ]
}
