{
  "name": "Flash My Lecture",
  "short_name": "FML",
  "description": "AI-generated notes, transcripts and quiz questions from any lecture or meeting.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/fml-icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/fml-icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}