{
  "name": "DeyHearMe",
  "short_name": "DeyHearMe",
  "description": "Finally, AI wey dey hear you. West Africa-first transcription.",
  "start_url": "/dashboard.html",
  "display": "standalone",
  "background_color": "#0D0F14",
  "theme_color": "#00E676",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Transcript",
      "url": "/dashboard.html",
      "description": "Upload audio and transcribe"
    },
    {
      "name": "History",
      "url": "/history.html",
      "description": "View all transcripts"
    }
  ]
}
