{
  "name": "TongueFlow — AI Teleprompter",
  "short_name": "TongueFlow",
  "description": "Smart AI-powered teleprompter with real-time voice tracking and semantic understanding.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#09090b",
  "theme_color": "#6366f1",
  "categories": ["productivity", "utilities", "education"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "/icons/16x16.png",   "sizes": "16x16",   "type": "image/png" },
    { "src": "/icons/32x32.png",   "sizes": "32x32",   "type": "image/png" },
    { "src": "/icons/48x48.png",   "sizes": "48x48",   "type": "image/png" },
    { "src": "/icons/64x64.png",   "sizes": "64x64",   "type": "image/png" },
    { "src": "/icons/128x128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/256x256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/icons/512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Start Transcription",
      "short_name": "Transcription",
      "url": "/transcription",
      "icons": [{ "src": "/icons/128x128.png", "sizes": "128x128" }]
    },
    {
      "name": "Live Mode",
      "short_name": "Live",
      "url": "/live",
      "icons": [{ "src": "/icons/128x128.png", "sizes": "128x128" }]
    },
    {
      "name": "Scripts",
      "short_name": "Editor",
      "url": "/text-editor",
      "icons": [{ "src": "/icons/128x128.png", "sizes": "128x128" }]
    }
  ]
}

