{
  "id": "/",
  "name": "AI Notetaker",
  "short_name": "AI Notetaker",
  "description": "Capture, transcribe and summarise meetings powered by Azure AI. Record on any device, get automatic transcriptions, generate AI summaries, and manage all your notes from one place.",
  "start_url": "/en/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#0d1117",
  "theme_color": "#2563eb",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AI Notetaker on desktop"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI Notetaker on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "New Recording",
      "short_name": "Record",
      "description": "Start a new voice recording",
      "url": "/en/record"
    },
    {
      "name": "My Recordings",
      "short_name": "History",
      "description": "View your past recordings",
      "url": "/en/recordings"
    }
  ]
}
