{
  "name": "Personal AI Recorder",
  "short_name": "AI Recorder",
  "description": "Auto-records, transcribes, emails and analyses your sessions with AI",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f5f3",
  "theme_color": "#185FA5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Start Recording",
      "short_name": "Record",
      "description": "Open the recorder and start immediately",
      "url": "/"
    }
  ]
}
